mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-13 06:14:43 +00:00
Merge pull request #2289 from overleaf/em-ownership-transfer-improvements
Small improvements to ownership transfer GitOrigin-RevId: 83fa9a8b4358d4f40b1be8212f1a379d81426d26
This commit is contained in:
parent
ecab52d108
commit
f1d96a3d56
1 changed files with 2 additions and 2 deletions
|
@ -528,7 +528,7 @@ templates.ownershipTransferConfirmationPreviousOwner = NoCTAEmailTemplate({
|
|||
return `\
|
||||
As per your request, we have made ${nameAndEmail} the owner of ${projectName}.
|
||||
|
||||
If you haven't asked to change the owner of ${projectName}, please get in touch
|
||||
If you haven't asked to change the owner of **${projectName}**, please get in touch
|
||||
with us via ${settings.adminEmail}.
|
||||
`
|
||||
}
|
||||
|
@ -552,7 +552,7 @@ templates.ownershipTransferConfirmationNewOwner = CTAEmailTemplate({
|
|||
SpamSafe.safeProjectName(opts.project.name, 'a project')
|
||||
)
|
||||
return `\
|
||||
${nameAndEmail} has made you the owner of ${projectName}. You can now
|
||||
${nameAndEmail} has made you the owner of **${projectName}**. You can now
|
||||
manage ${projectName} sharing settings.
|
||||
`
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue