Parcourir la source

Merge pull request #5489 from overleaf/jel-sso-reconfirmation

[web] Update link to SSO notification

GitOrigin-RevId: 376e63948e7a17fd45c229e6d00f43e882e1cd0d
Jessica Lawshe il y a 4 ans
Parent
commit
861ccbfcd1

+ 2 - 1
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')}

+ 2 - 2
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 <b>__institutionName__</b> email (<b>__email__</b>) is new to __appName__.",
   "institutional": "Institutional",
-  "doing_this_allow_log_in_through_institution": "Doing this will allow you to log in to <b>__appName__</b> through your institution portal.",
+  "doing_this_allow_log_in_through_institution": "Doing this will allow you to log in to <b>__appName__</b> 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 <b>__institutionName__</b> and will allow you to log in to <b>__appName__</b> through your institution.",
   "email_already_associated_with": "The <b>__email1__</b> email is already associated with the <b>__email2__</b> <b>__appName__</b> 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": "<a href=\"__link__\">Go back</a> and log in again",
   "go_back_to_institution": "Go back to your institution",
   "can_link_institution_email_by_clicking": "You can link your <b>__email__</b> <b>__appName__</b> account to your  <b>__institutionName__</b> account by clicking <b>__clickText__</b>.",
-  "can_link_institution_email_to_login": "You can link your <b>__email__</b> <b>__appName__</b> account to your <b>__institutionName__</b> account, which will allow you to log in to <b>__appName__</b> through your institution portal.",
+  "can_link_institution_email_to_login": "You can link your <b>__email__</b> <b>__appName__</b> account to your <b>__institutionName__</b> account, which will allow you to log in to <b>__appName__</b> through your institution portal and will reconfirm your institutional email address.",
   "can_link_your_institution_acct": "You can now <b>link</b> your <b>__appName__</b> account to your <b>__institutionName__</b> institutional account.",
   "can_now_link_to_institution_acct": "You can link your <b>__email__<b> <b>__appName__</b> account to your <b>__institutionName__</b> institutional account.</b></b>",
   "click_link_to_proceed": "Click <b>__clickText__</b> below to proceed.",