Merge pull request #9363 from overleaf/ds-change-team-word

changed the team keyword to group subscription

GitOrigin-RevId: 92fbb59c2129c5194368e6b71d904ee5c34d7036
This commit is contained in:
Davinder Singh 2022-08-24 16:28:09 +01:00 committed by Copybot
parent 74be20292e
commit 2432b265eb
2 changed files with 7 additions and 7 deletions

View file

@ -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) {

View file

@ -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",