From 0630245bb6c0f4fb71b4a2f3ecea6986d1cb4d0c Mon Sep 17 00:00:00 2001 From: Kate Crichton Date: Thu, 28 May 2026 08:56:11 +0100 Subject: [PATCH] Merge pull request #34029 from overleaf/kc-domain-capture-status-note [web] Add domain capture status note to group settings GitOrigin-RevId: dbe6a67d088c3e19207ed7bee127d2b33ff9fdcc --- services/web/frontend/extracted-translations.json | 3 +++ services/web/frontend/stylesheets/pages/group-settings.scss | 3 ++- services/web/locales/en.json | 3 +++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index 0f6aa58dce..869821a8df 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -508,6 +508,9 @@ "doing_this_will_verify_affiliation_and_allow_log_in_2": "", "domain": "", "domain_capture": "", + "domain_capture_explanation": "", + "domain_capture_is_enabled": "", + "domain_capture_is_not_enabled": "", "domain_verification_already_registered": "", "domain_verification_failed_dns_error": "", "domain_verification_failed_internal_error": "", diff --git a/services/web/frontend/stylesheets/pages/group-settings.scss b/services/web/frontend/stylesheets/pages/group-settings.scss index 2177af575b..cea1ec842f 100644 --- a/services/web/frontend/stylesheets/pages/group-settings.scss +++ b/services/web/frontend/stylesheets/pages/group-settings.scss @@ -31,7 +31,8 @@ } } -.managed-users-enabled { +.managed-users-enabled, +.domain-capture-enabled { color: var(--content-positive); .icon { diff --git a/services/web/locales/en.json b/services/web/locales/en.json index a8538ea803..3ec0165519 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -668,6 +668,9 @@ "doing_this_will_verify_affiliation_and_allow_log_in_2": "Doing this will verify your affiliation with <0>__institutionName__ and will allow you to log in to <0>__appName__ through your institution.", "domain": "Domain", "domain_capture": "Domain capture", + "domain_capture_explanation": "Domain capture lets your organization consolidate user accounts created with a company-verified email domain. <0>Learn about domain capture.", + "domain_capture_is_enabled": "Domain capture is enabled", + "domain_capture_is_not_enabled": "Domain capture is not enabled", "domain_verification_already_registered": "A verification record for this domain already exists.", "domain_verification_failed_dns_error": "Your DNS returned an error. Try again in a few moments.", "domain_verification_failed_internal_error": "Domain verification failed due to an internal error. Please try again in a few moments. If the problem continues please <0>contact us.",