Merge pull request #2289 from overleaf/em-ownership-transfer-improvements

Small improvements to ownership transfer

GitOrigin-RevId: 83fa9a8b4358d4f40b1be8212f1a379d81426d26
This commit is contained in:
Eric Mc Sween 2019-10-28 10:05:52 -04:00 committed by sharelatex
parent ecab52d108
commit f1d96a3d56

View file

@ -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.
`
},