summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-05-06 12:08:49 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-05-06 12:08:49 -0400
commitd2f9fd52fe8b0da6f23775f242660329fcef6421 (patch)
treee9a0b055d2bda65613f346fce256be9642ea1356 /i18n
parent204109b4b9a62479181396523d080e43fb5d48db (diff)
downloadchat-d2f9fd52fe8b0da6f23775f242660329fcef6421.tar.gz
chat-d2f9fd52fe8b0da6f23775f242660329fcef6421.tar.bz2
chat-d2f9fd52fe8b0da6f23775f242660329fcef6421.zip
Fixing /logout command (#2908)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 43150b9e6..df8cf4c2b 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -388,6 +388,10 @@
"translation": "Logging out..."
},
{
+ "id": "api.command_logout.fail_message",
+ "translation": "Failed to log out"
+ },
+ {
"id": "api.command_me.desc",
"translation": "Do an action"
},