From 87fe3643a51ef9d7b3e001b2ccaf1135cd31b94f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Alby?= Date: Thu, 20 May 2021 11:18:44 +0200 Subject: [PATCH] Merge pull request #4048 from overleaf/ta-institution-login-unknown-message Fix Message on Institution Login with Unknown Institution GitOrigin-RevId: a9eea9dc67e83e668cdde661e86bb6e79ab783c1 --- services/web/locales/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 020524ac84..3b42b071d3 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -152,6 +152,7 @@ "make_primary_which_will_allow_log_in_through_institution": "Making it your primary __appName__ email will allow you to log in through your institution portal.", "need_to_do_this_to_access_license": "You'll need to do this in order to have access to the benefits from the __institutionName__ site license.", "institutional_login_not_supported": "Your university 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 just register using your email address and password here.", "link_account": "Link Account", "link_accounts": "Link Accounts", "link_accounts_and_add_email": "Link Accounts and Add Email",