mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #9451 from overleaf/as-fix-extract-translations
Fix extract-translations script GitOrigin-RevId: c50f657c629ce3273f40a975b30f738c09ee27b6
This commit is contained in:
parent
d1a2868fab
commit
add7eeafaf
1 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,8 @@ 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
|
||||
// eslint-disable-next-line react/jsx-boolean-value
|
||||
shouldUnescape={true}
|
||||
/>
|
||||
</p>
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue