From 06efe1910b01e1378237f7f6516112ec948d0d42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Fern=C3=A1ndez=20Capel?= Date: Wed, 6 Jun 2018 15:30:40 +0100 Subject: [PATCH] Replace hardcoded string --- services/web/app/views/subscriptions/team/invite.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/app/views/subscriptions/team/invite.pug b/services/web/app/views/subscriptions/team/invite.pug index 10a06da3dc..f56fc8f879 100644 --- a/services/web/app/views/subscriptions/team/invite.pug +++ b/services/web/app/views/subscriptions/team/invite.pug @@ -39,7 +39,7 @@ block content div(ng-show="view =='inviteAccepted'").row.text-centered.text-center .row - .col-md-12 You have joined the team managed by John Smith + .col-md-12 #{translate("joined_team", {inviterName: inviterName})} .row .col-md-12   .row