From 2432b265eba58f8ddcd496603717f908dd5358e4 Mon Sep 17 00:00:00 2001 From: Davinder Singh Date: Wed, 24 Aug 2022 16:28:09 +0100 Subject: [PATCH] Merge pull request #9363 from overleaf/ds-change-team-word changed the team keyword to group subscription GitOrigin-RevId: 92fbb59c2129c5194368e6b71d904ee5c34d7036 --- services/web/app/src/Features/Email/EmailBuilder.js | 6 +++--- services/web/locales/en.json | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/services/web/app/src/Features/Email/EmailBuilder.js b/services/web/app/src/Features/Email/EmailBuilder.js index 990e9253c2..41a1502d16 100644 --- a/services/web/app/src/Features/Email/EmailBuilder.js +++ b/services/web/app/src/Features/Email/EmailBuilder.js @@ -340,16 +340,16 @@ templates.verifyEmailToJoinTeam = ctaTemplate({ subject(opts) { return `${_.escape( _formatUserNameAndEmail(opts.inviter, 'A collaborator') - )} has invited you to join a team on ${settings.appName}` + )} has invited you to join a group subscription on ${settings.appName}` }, title(opts) { return `${_.escape( _formatUserNameAndEmail(opts.inviter, 'A collaborator') - )} has invited you to join a team on ${settings.appName}` + )} has invited you to join a group subscription on ${settings.appName}` }, message(opts) { return [ - `Please click the button below to join the team and enjoy the benefits of an upgraded ${settings.appName} account.`, + `Please click the button below to join the group subscription and enjoy the benefits of an upgraded ${settings.appName} account.`, ] }, ctaText(opts) { diff --git a/services/web/locales/en.json b/services/web/locales/en.json index f7274d3fbb..2f46bb7cd1 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -435,13 +435,13 @@ "remove": "Remove", "confirm_email": "Confirm Email", "thank_you_email_confirmed": "Thank you, your email is now confirmed", - "invited_to_join_team": "You have been invited to join a team", + "invited_to_join_team": "You have been invited to join a group subscription", "join_team": "Join Team", "accepted_invite": "Accepted invite", - "invited_to_group": "__inviterName__ has invited you to join a team on __appName__", - "join_team_explanation": "Please click the button below to join the team and enjoy the benefits of an upgraded __appName__ account", + "invited_to_group": "__inviterName__ has invited you to join a group subscription on __appName__", + "join_team_explanation": "Please click the button below to join the group subscription and enjoy the benefits of an upgraded __appName__ account", "accept_invitation": "Accept invitation", - "joined_team": "You have joined the team managed by __inviterName__", + "joined_team": "You have joined the group subscription managed by __inviterName__", "compare_to_another_version": "Compare to another version", "file_action_edited": "Edited", "file_action_renamed": "Renamed",