From 0c0892ea18be5df9c790496f50ff3bac057c233a Mon Sep 17 00:00:00 2001 From: Tim Down <158919+timdown@users.noreply.github.com> Date: Tue, 15 Apr 2025 11:57:22 +0100 Subject: [PATCH] Merge pull request #24644 from overleaf/td-contact-form-react-email-validation Add validation to email field in React version of contact form GitOrigin-RevId: 9804af9fd5c4cf8e29e47a8661c50198eb0f6bcf --- services/web/frontend/extracted-translations.json | 1 + services/web/locales/en.json | 1 + 2 files changed, 2 insertions(+) diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index 5fd381e30d..00e0df3169 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -1206,6 +1206,7 @@ "please_link_before_making_primary": "", "please_provide_a_message": "", "please_provide_a_subject": "", + "please_provide_a_valid_email_address": "", "please_reconfirm_institutional_email": "", "please_reconfirm_your_affiliation_before_making_this_primary": "", "please_refresh": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index bb71b78fa5..7f80fdde7a 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -1610,6 +1610,7 @@ "please_link_before_making_primary": "Please confirm your email by linking to your institutional account before making it the primary email.", "please_provide_a_message": "Please provide a message", "please_provide_a_subject": "Please provide a subject", + "please_provide_a_valid_email_address": "Please provide a valid email address", "please_reconfirm_institutional_email": "Please take a moment to confirm your institutional email address or <0>remove it from your account.", "please_reconfirm_your_affiliation_before_making_this_primary": "Please confirm your affiliation before making this the primary.", "please_refresh": "Please refresh the page to continue.",