mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
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
This commit is contained in:
parent
308708d8a7
commit
7c681dc88a
2 changed files with 4 additions and 0 deletions
|
@ -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": "",
|
||||
|
|
|
@ -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</0> 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__</0>. <1>Log out.</1>",
|
||||
"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__</0>.",
|
||||
"youre_signed_in_as": "You’re signed in as <0>__email__</0>.",
|
||||
|
|
Loading…
Reference in a new issue