From 7c681dc88a7ae1650245d65d78e8243bf7d7786e Mon Sep 17 00:00:00 2001 From: Alexandre Bourdin Date: Tue, 13 Feb 2024 14:22:41 +0100 Subject: [PATCH] Merge pull request #17018 from overleaf/ab-sso-copy-updates [web] Copy variantions for SSO depending on whether managed users is enabled GitOrigin-RevId: 33ea44623e27763f2749c39e9fc1b654c818fed4 --- services/web/frontend/extracted-translations.json | 2 ++ services/web/locales/en.json | 2 ++ 2 files changed, 4 insertions(+) diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index 04c8ab9fae..eb90ad1d52 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -1199,6 +1199,7 @@ "sso_is_disabled_explanation_2": "", "sso_is_enabled": "", "sso_is_enabled_explanation_1": "", + "sso_is_enabled_explanation_1_sso_only": "", "sso_is_enabled_explanation_2": "", "sso_link_currently_signed_in": "", "sso_link_error": "", @@ -1562,6 +1563,7 @@ "your_subscription_has_expired": "", "youre_about_to_disable_single_sign_on": "", "youre_about_to_enable_single_sign_on": "", + "youre_about_to_enable_single_sign_on_sso_only": "", "youre_on_free_trial_which_ends_on": "", "zoom_in": "", "zoom_out": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 09f98e0414..4a963e4239 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -1763,6 +1763,7 @@ "sso_is_disabled_explanation_2": "All members of the group will need a username and password to log in to __appName__", "sso_is_enabled": "SSO is enabled", "sso_is_enabled_explanation_1": "Group members will <0>only be able to sign in via SSO", + "sso_is_enabled_explanation_1_sso_only": "Group members will have the option to log in via SSO", "sso_is_enabled_explanation_2": "If there are any problems with the configuration, only you (as the group administrator) will be able to disable SSO.", "sso_link_currently_signed_in": "Currently signed in as <0>__email__. <1>Log out.", "sso_link_error": "Error linking account", @@ -2244,6 +2245,7 @@ "your_subscription_has_expired": "Your subscription has expired.", "youre_about_to_disable_single_sign_on": "You’re about to disable single sign-on for all group members.", "youre_about_to_enable_single_sign_on": "You’re about to enable single sign-on (SSO). Before you do this, you should ensure you’re confident the SSO configuration is correct and all your group members have managed user accounts.", + "youre_about_to_enable_single_sign_on_sso_only": "You’re about to enable single sign-on (SSO). Before you do this, you should ensure you’re confident the SSO configuration is correct.", "youre_already_setup_for_sso": "You’re already set up for SSO", "youre_on_free_trial_which_ends_on": "You’re on a free trial which ends on <0>__date__.", "youre_signed_in_as": "You’re signed in as <0>__email__.",