From 861ccbfcd1500cad68519e2e8654db0ea5b73aea Mon Sep 17 00:00:00 2001 From: Jessica Lawshe Date: Mon, 1 Nov 2021 08:25:30 -0500 Subject: [PATCH] Merge pull request #5489 from overleaf/jel-sso-reconfirmation [web] Update link to SSO notification GitOrigin-RevId: 376e63948e7a17fd45c229e6d00f43e882e1cd0d --- services/web/app/views/project/list/notifications.pug | 3 ++- services/web/locales/en.json | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/services/web/app/views/project/list/notifications.pug b/services/web/app/views/project/list/notifications.pug index bf47dbb655..f4afcf97c5 100644 --- a/services/web/app/views/project/list/notifications.pug +++ b/services/web/app/views/project/list/notifications.pug @@ -158,7 +158,8 @@ include ../../_mixins/reconfirm_affiliation ) .notification-body p !{translate("can_link_institution_email_acct_to_institution_acct", {appName: settings.appName, email: "{{notification.email}}", institutionName: "{{notification.institutionName}}"})} - div !{translate("doing_this_allow_log_in_through_institution", {appName: settings.appName})} + div !{translate("doing_this_allow_log_in_through_institution", {appName: settings.appName})}  + a(href="/learn/how-to/Institutional_Login") #{translate("learn_more")} .notification-action a.btn.btn-sm.btn-info(ng-href="{{samlInitPath}}?university_id={{notification.institutionId}}&auto=/project&email={{notification.email}}") | #{translate('link_account')} diff --git a/services/web/locales/en.json b/services/web/locales/en.json index f3a805085d..0012b9c83a 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -190,7 +190,7 @@ "institution_account_tried_to_confirm_saml": "This email cannot be confirmed. Please remove the email from your account and try adding it again.", "institution_email_new_to_app": "Your __institutionName__ email (__email__) is new to __appName__.", "institutional": "Institutional", - "doing_this_allow_log_in_through_institution": "Doing this will allow you to log in to __appName__ through your institution portal.", + "doing_this_allow_log_in_through_institution": "Doing this will allow you to log in to __appName__ through your institution portal and will reconfirm your institutional email address.", "doing_this_will_verify_affiliation_and_allow_log_in": "Doing this will verify your affiliation with __institutionName__ and will allow you to log in to __appName__ through your institution.", "email_already_associated_with": "The __email1__ email is already associated with the __email2__ __appName__ account.", "enter_institution_email_to_log_in": "Enter your institutional email to log in through your institution.", @@ -200,7 +200,7 @@ "go_back_and_log_in": "Go back and log in again", "go_back_to_institution": "Go back to your institution", "can_link_institution_email_by_clicking": "You can link your __email__ __appName__ account to your __institutionName__ account by clicking __clickText__.", - "can_link_institution_email_to_login": "You can link your __email__ __appName__ account to your __institutionName__ account, which will allow you to log in to __appName__ through your institution portal.", + "can_link_institution_email_to_login": "You can link your __email__ __appName__ account to your __institutionName__ account, which will allow you to log in to __appName__ through your institution portal and will reconfirm your institutional email address.", "can_link_your_institution_acct": "You can now link your __appName__ account to your __institutionName__ institutional account.", "can_now_link_to_institution_acct": "You can link your __email__ __appName__ account to your __institutionName__ institutional account.", "click_link_to_proceed": "Click __clickText__ below to proceed.",