From d1af5a2232ff71b7a23c2a5443c4dd945d38cb8b Mon Sep 17 00:00:00 2001
From: Kegan Dougal <kegan@matrix.org>
Date: Wed, 21 Oct 2015 14:30:59 +0100
Subject: [PATCH] More tweaks on error messages

---
 src/controllers/templates/Login.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/controllers/templates/Login.js b/src/controllers/templates/Login.js
index 62cde0c5e5..3472bf32ce 100644
--- a/src/controllers/templates/Login.js
+++ b/src/controllers/templates/Login.js
@@ -96,7 +96,7 @@ module.exports = {
                 self.setState({errorText: 'This Home Server does not support login using email address.'});
             }
             else if (error.httpStatus === 403) {
-                self.setState({errorText: 'The provided credentials are incorrect.'});
+                self.setState({errorText: 'Incorrect username and/or password.'});
             }
             else {
                 self.setState({
-- 
GitLab