diff --git a/services/web/app/src/Features/Errors/Errors.js b/services/web/app/src/Features/Errors/Errors.js index 2079439cb9..b281c005d0 100644 --- a/services/web/app/src/Features/Errors/Errors.js +++ b/services/web/app/src/Features/Errors/Errors.js @@ -109,7 +109,8 @@ class SAMLSessionDataMissing extends BackwardCompatibleError { settings.appName }. Please contact your IT department if you have any questions.` } else if (!institutionEmail) { - this.message = 'Unable to confirm your institution email.' + this.message = + 'Unable to confirm your institutional email address. The institutional identity provider did not provide an email address in the expected attribute. Please contact us if this keeps happening.' } } }