From 0422743fbf3e2a4c7c98d618eeecedf2263905d4 Mon Sep 17 00:00:00 2001 From: M Fahru Date: Thu, 10 Aug 2023 11:12:38 -0700 Subject: [PATCH] Add trailing dot on email template when inviting new user to join managed users. GitOrigin-RevId: 531e9a201782e7fb373bd7cde9f14c45e267f704 --- services/web/app/src/Features/Email/EmailBuilder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/app/src/Features/Email/EmailBuilder.js b/services/web/app/src/Features/Email/EmailBuilder.js index 7a97d272bd..433936b875 100644 --- a/services/web/app/src/Features/Email/EmailBuilder.js +++ b/services/web/app/src/Features/Email/EmailBuilder.js @@ -414,7 +414,7 @@ templates.inviteNewUserToJoinManagedUsers = ctaTemplate({ return [ `User accounts in this group are managed by ${_.escape( _formatUserNameAndEmail(opts.admin, 'an admin') - )}`, + )}.`, `If you accept the owner of the group subscription will have admin rights over your account and control over your stuff.`, `What is ${settings.appName}?`, `${settings.appName} is the collaborative online LaTeX editor loved by researchers and technical writers. With thousands of ready-to-use templates and an array of LaTeX learning resources you’ll be up and running in no time.`,