diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-03-10 17:22:45 +0000 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2020-03-10 17:22:45 +0000 |
commit | 8f826f98ac5d0a08f6726d3157c94265bbb2501c (patch) | |
tree | 065818deeadd4d46e0f14ba1023fd68b5aaf7dba | |
parent | Hopefully mypy is happy now (diff) | |
download | synapse-8f826f98ac5d0a08f6726d3157c94265bbb2501c.tar.xz |
Rephrase default message
-rw-r--r-- | synapse/config/saml2_config.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/config/saml2_config.py b/synapse/config/saml2_config.py index d3e281604f..07895c4315 100644 --- a/synapse/config/saml2_config.py +++ b/synapse/config/saml2_config.py @@ -32,8 +32,8 @@ SAML2_ERROR_DEFAULT_HTML = """ <body> <p>Oops! Something went wrong</p> <p> - Try logging in again from the application and if the problem persists - please contact the administrator. + Try logging in again from your Matrix client and if the problem persists + please contact the server's administrator. </p> </body> </html> |