mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #2289 from overleaf/em-ownership-transfer-improvements
Small improvements to ownership transfer GitOrigin-RevId: 83fa9a8b4358d4f40b1be8212f1a379d81426d26
This commit is contained in:
committed by
sharelatex
parent
ecab52d108
commit
f1d96a3d56
@@ -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.
|
||||
`
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user