diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index 98670ac227..293df8843f 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -1591,6 +1591,11 @@ "remote_service_error": "", "remove": "", "remove_access": "", + "remove_domain": "", + "remove_domain_success": "", + "remove_domain_verification": "", + "remove_domain_verification_explanation": "", + "remove_domain_verification_type_to_confirm": "", "remove_from_group": "", "remove_link": "", "remove_manager": "", diff --git a/services/web/frontend/stylesheets/pages/group-settings.scss b/services/web/frontend/stylesheets/pages/group-settings.scss index b2a2b90d89..2177af575b 100644 --- a/services/web/frontend/stylesheets/pages/group-settings.scss +++ b/services/web/frontend/stylesheets/pages/group-settings.scss @@ -355,7 +355,7 @@ h4.group-settings-title { } .domain-verification-status-table-cell { - text-wrap: nowrap; + white-space: nowrap; } .domain-verification-failure-reason { @@ -365,6 +365,10 @@ h4.group-settings-title { .domain-verification-token-container { margin-bottom: var(--spacing-03); } + + td .material-symbols { + vertical-align: middle; + } } .domain-verification-token-container { @@ -375,3 +379,7 @@ h4.group-settings-title { display: flex; justify-content: space-between; } + +.remove-domain-confirm-name { + color: var(--content-danger); +} diff --git a/services/web/locales/en.json b/services/web/locales/en.json index cad0aafa5b..bda2e42504 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -2095,6 +2095,11 @@ "remote_service_error": "The remote service produced an error", "remove": "Remove", "remove_access": "Remove access", + "remove_domain": "Remove domain", + "remove_domain_success": "Domain removed.", + "remove_domain_verification": "Remove __domain__?", + "remove_domain_verification_explanation": "Removing this domain means users with an email address at this domain will no longer be prompted to join your group. To re-enable it, you’ll need to verify the domain again and contact our support team.", + "remove_domain_verification_type_to_confirm": "Type __domain__ to confirm", "remove_from_group": "Remove from group", "remove_link": "Remove link", "remove_manager": "Remove manager",