mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 13:49:00 +02:00
Merge pull request #9451 from overleaf/as-fix-extract-translations
Fix extract-translations script GitOrigin-RevId: c50f657c629ce3273f40a975b30f738c09ee27b6
This commit is contained in:
+2
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user