From 3510863d374cfaec69cf0ab0eee39c96fa91985e Mon Sep 17 00:00:00 2001 From: Miguel Serrano Date: Mon, 14 Feb 2022 15:43:40 +0100 Subject: [PATCH] Merge pull request #6698 from overleaf/msm-fix-sso-existing-user Fix SSO registration for existing users GitOrigin-RevId: 4213269c2ed6d6e93ffab6f3fc9307405c5f8d49 --- 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 efc1d42496..e7177f6553 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -778,6 +778,7 @@ "search_references": "Search the .bib files in this project", "no_search_results": "No Search Results", "email_already_registered": "This email is already registered", + "email_already_registered_sso": "This email is already registered. Please log in to your account another way and link your account to the new provider via your account settings.", "compile_mode": "Compile Mode", "normal": "Normal", "fast": "Fast",