summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorWilliam Gathoye <william@gathoye.be>2017-05-11 15:45:25 +0200
committerHarrison Healey <harrisonmhealey@gmail.com>2017-05-11 09:45:25 -0400
commit01fab5de9411f700f43a703c1502473059bc73f5 (patch)
treefd4da81a42d0387289d37101c13d9c62ba8a6859 /app
parent81b2fd99825b1f92f7aad3591b95425656497a16 (diff)
downloadchat-01fab5de9411f700f43a703c1502473059bc73f5.tar.gz
chat-01fab5de9411f700f43a703c1502473059bc73f5.tar.bz2
chat-01fab5de9411f700f43a703c1502473059bc73f5.zip
Fix some issues in English (#5714)
Diffstat (limited to 'app')
-rw-r--r--app/email_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/email_test.go b/app/email_test.go
index b1aa9976c..a8519ca0f 100644
--- a/app/email_test.go
+++ b/app/email_test.go
@@ -216,7 +216,7 @@ func TestSendSignInChangeEmail(t *testing.T) {
var siteURL string = ""
var method string = "AD/LDAP"
var expectedPartialMessage string = "You updated your sign-in method on Mattermost to " + method + "."
- var expectedSubject string = "[" + utils.Cfg.TeamSettings.SiteName + "] You updated your sign-in method on " + utils.Cfg.TeamSettings.SiteName
+ var expectedSubject string = "[" + utils.Cfg.TeamSettings.SiteName + "] Your sign-in method has been updated"
//Delete all the messages before check the sample email
utils.DeleteMailBox(email)