mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Add trailing dot on email template when inviting new user to join managed users.
GitOrigin-RevId: 531e9a201782e7fb373bd7cde9f14c45e267f704
This commit is contained in:
parent
5e9498c528
commit
7ab6f751d9
1 changed files with 1 additions and 1 deletions
|
@ -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.`,
|
||||
`<b>What is ${settings.appName}?</b>`,
|
||||
`${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.`,
|
||||
|
|
Loading…
Reference in a new issue