From d647d76e4d1514ad5883fe72201d247f37bf2cbd Mon Sep 17 00:00:00 2001 From: Davinder Singh Date: Thu, 22 Sep 2022 11:53:03 +0100 Subject: [PATCH] Merge pull request #9653 from overleaf/as-fix-extract-translations-round-2 Fix extract translations round 2 GitOrigin-RevId: f0117b9dc7c2d7829a59ac5ba050461bca85e39d --- services/web/frontend/extracted-translations.json | 2 +- .../settings/components/emails-section.tsx | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index 653c6fc247..59bbc42c89 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -64,7 +64,7 @@ "change_or_cancel-or": "", "change_owner": "", "change_password": "", - "change_primary_email_address_instructions": "<0><2>", + "change_primary_email_address_instructions": "", "change_project_owner": "", "chat": "", "chat_error": "", diff --git a/services/web/frontend/js/features/settings/components/emails-section.tsx b/services/web/frontend/js/features/settings/components/emails-section.tsx index f8328af291..f97e5907d4 100644 --- a/services/web/frontend/js/features/settings/components/emails-section.tsx +++ b/services/web/frontend/js/features/settings/components/emails-section.tsx @@ -28,11 +28,15 @@ function EmailsSectionContent() {

{t('emails_and_affiliations_title')}

{t('emails_and_affiliations_explanation')}

- - - {/* eslint-disable-next-line jsx-a11y/anchor-has-content */} - - + , + // eslint-disable-next-line jsx-a11y/anchor-has-content, react/jsx-key + , + ]} + />

<>