mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #3533 from overleaf/ta-format-fix
Format Fix GitOrigin-RevId: 55e1d8269400faeffa91686684a1d1e7c0e7ae99
This commit is contained in:
parent
d8469953f1
commit
ddd6c34d8a
1 changed files with 2 additions and 6 deletions
|
@ -225,17 +225,13 @@ templates.confirmEmail = ctaTemplate({
|
|||
},
|
||||
message(opts) {
|
||||
return [
|
||||
`Please confirm that you have added a new email, ${opts.to}, to your ${
|
||||
settings.appName
|
||||
} account.`
|
||||
`Please confirm that you have added a new email, ${opts.to}, to your ${settings.appName} account.`
|
||||
]
|
||||
},
|
||||
secondaryMessage() {
|
||||
return [
|
||||
'If you did not request this, you can simply ignore this message.',
|
||||
`If you have any questions or trouble confirming your email address, please get in touch with our support team at ${
|
||||
settings.adminEmail
|
||||
}.`
|
||||
`If you have any questions or trouble confirming your email address, please get in touch with our support team at ${settings.adminEmail}.`
|
||||
]
|
||||
},
|
||||
ctaText() {
|
||||
|
|
Loading…
Reference in a new issue