mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #16713 from overleaf/jel-sso-already-linked
[web] When user is already linked to Group SSO GitOrigin-RevId: 7cee60370c7329a0ed8fd621600d30546f1c8942
This commit is contained in:
parent
33c5f684c3
commit
00d66a1b81
1 changed files with 3 additions and 0 deletions
|
@ -1728,6 +1728,7 @@
|
||||||
"sso": "SSO",
|
"sso": "SSO",
|
||||||
"sso_account_already_linked": "Account already linked to another __appName__ user",
|
"sso_account_already_linked": "Account already linked to another __appName__ user",
|
||||||
"sso_active": "SSO active",
|
"sso_active": "SSO active",
|
||||||
|
"sso_already_setup_good_to_go": "Single sign-on is already set up on your account, so you’re good to go.",
|
||||||
"sso_config_prop_help_certificate": "Base64 encoded certificate without whitespace",
|
"sso_config_prop_help_certificate": "Base64 encoded certificate without whitespace",
|
||||||
"sso_config_prop_help_first_name": "The SAML attribute that specifies the user’s first name",
|
"sso_config_prop_help_first_name": "The SAML attribute that specifies the user’s first name",
|
||||||
"sso_config_prop_help_last_name": "The SAML attribute that specifies the user’s last name",
|
"sso_config_prop_help_last_name": "The SAML attribute that specifies the user’s last name",
|
||||||
|
@ -2224,7 +2225,9 @@
|
||||||
"your_subscription_has_expired": "Your subscription has expired.",
|
"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_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": "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_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_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>.",
|
||||||
"zh-CN": "Chinese",
|
"zh-CN": "Chinese",
|
||||||
"zip_contents_too_large": "Zip contents too large",
|
"zip_contents_too_large": "Zip contents too large",
|
||||||
"zoom_in": "Zoom in",
|
"zoom_in": "Zoom in",
|
||||||
|
|
Loading…
Reference in a new issue