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 + , + ]} + />

<>