mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #9268 from overleaf/ae-unescape-transfer-ownership
Set shouldUnescape on Trans in TransferOwnershipModal GitOrigin-RevId: 681ed1a25579d06090f77e4f39c6380d5074bcfe
This commit is contained in:
parent
e741eb0cb8
commit
9c567fc106
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ export default function TransferOwnershipModal({ member, cancel }) {
|
|||
i18nKey="project_ownership_transfer_confirmation_1"
|
||||
values={{ user: member.email, project: projectName }}
|
||||
components={[<strong key="strong-1" />, <strong key="strong-2" />]}
|
||||
shouldUnescape
|
||||
/>
|
||||
</p>
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue