From c53a00eb481e7ad45f36518ca0a7cd12212bb354 Mon Sep 17 00:00:00 2001 From: Jessica Lawshe <5312836+lawshe@users.noreply.github.com> Date: Tue, 4 Feb 2025 09:03:00 -0600 Subject: [PATCH] Merge pull request #23087 from overleaf/jel-reg-no-sso [web] Update message on registration page when org does not have SSO GitOrigin-RevId: 4df9e33f60e9b12acb17fa56401d76a5188f121c --- services/web/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 4bd9e1d817..92105417ee 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -1017,7 +1017,6 @@ "institution_templates": "Institution Templates", "institutional": "Institutional", "institutional_leavers_survey_notification": "Provide some quick feedback to receive a 25% discount on an annual subscription!", - "institutional_login_not_supported": "Your institution doesn’t support institutional login yet, but you can still register with your institutional email.", "institutional_login_unknown": "Sorry, we don’t know which institution issued that email address. You can browse our list of institutions to find yours, or you can use one of the other options below.", "integrations": "Integrations", "integrations_like_github": "Integrations like GitHub Sync", @@ -1433,6 +1432,7 @@ "optional": "Optional", "or": "or", "organization": "Organization", + "organization_does_not_support_sso": "Your organization doesn’t support SSO yet, but you can still register using your email address.", "organization_name": "Organization name", "organization_or_company_name": "Organization or company name", "organization_or_company_type": "Organization or company type",