From 00d66a1b81d3ff6fa4835d717804de6ee75b4895 Mon Sep 17 00:00:00 2001 From: Jessica Lawshe <5312836+lawshe@users.noreply.github.com> Date: Mon, 29 Jan 2024 09:19:58 -0600 Subject: [PATCH] Merge pull request #16713 from overleaf/jel-sso-already-linked [web] When user is already linked to Group SSO GitOrigin-RevId: 7cee60370c7329a0ed8fd621600d30546f1c8942 --- services/web/locales/en.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/web/locales/en.json b/services/web/locales/en.json index bf18dc2830..2d86974ea9 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -1728,6 +1728,7 @@ "sso": "SSO", "sso_account_already_linked": "Account already linked to another __appName__ user", "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_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", @@ -2224,7 +2225,9 @@ "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_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__.", "zh-CN": "Chinese", "zip_contents_too_large": "Zip contents too large", "zoom_in": "Zoom in",