Change "email" to "email address" in error message

GitOrigin-RevId: a9b4720a006aedabacd37ee9fc9bc16f0b948b3c
This commit is contained in:
Jessica Lawshe 2020-04-01 14:21:48 -05:00 committed by Copybot
parent 9d12d98855
commit 4a1ac4649c

View file

@ -94,7 +94,7 @@ class SAMLSessionDataMissing extends BackwardCompatibleError {
samlSession.userEmailAttributeUnreliable
) {
this.tryAgain = false
this.message = `Your account settings at your institution prevent us from accessing your email. You will need to make your email public at your institution in order to link with ${
this.message = `Your account settings at your institution prevent us from accessing your email address. You will need to make your email address public at your institution in order to link with ${
settings.appName
}. Please contact your IT department if you have any questions.`
} else if (!institutionEmail) {