mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-05 17:00:55 +00:00
Change "email" to "email address" in error message
GitOrigin-RevId: a9b4720a006aedabacd37ee9fc9bc16f0b948b3c
This commit is contained in:
parent
9d12d98855
commit
4a1ac4649c
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue