diff --git a/services/web/app/src/Features/Errors/Errors.js b/services/web/app/src/Features/Errors/Errors.js index 50f8859caf..adc5b43af1 100644 --- a/services/web/app/src/Features/Errors/Errors.js +++ b/services/web/app/src/Features/Errors/Errors.js @@ -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) {