소스 검색

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

changed the team keyword to group subscription

GitOrigin-RevId: 92fbb59c2129c5194368e6b71d904ee5c34d7036
Davinder Singh 4 년 전
부모
커밋
2432b265eb
2개의 변경된 파일7개의 추가작업 그리고 7개의 파일을 삭제
  1. 3 3
      services/web/app/src/Features/Email/EmailBuilder.js
  2. 4 4
      services/web/locales/en.json

+ 3 - 3
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) {

+ 4 - 4
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",