summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-05-02 08:08:28 -0400
committerChristopher Speller <crspeller@gmail.com>2016-05-02 08:08:28 -0400
commitb49d138cf9f1c099dda7ce50f33f79aa816d8b4e (patch)
treeaaef8e0831ea34c174f17272b35458cb3895007d /i18n
parent92be84762bc68ca9b5592ec33f125367e9775c2f (diff)
downloadchat-b49d138cf9f1c099dda7ce50f33f79aa816d8b4e.tar.gz
chat-b49d138cf9f1c099dda7ce50f33f79aa816d8b4e.tar.bz2
chat-b49d138cf9f1c099dda7ce50f33f79aa816d8b4e.zip
Removing panics on config and license loading errors. Nice error messages instead. (#2829)
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 bfcfe845e..b1087b8fb 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2020,6 +2020,10 @@
"translation": "Loaded config file from %v"
},
{
+ "id": "mattermost.unable_to_load_config",
+ "translation": "Unable to load mattermost configuration file:"
+ },
+ {
"id": "mattermost.current_version",
"translation": "Current version is %v (%v/%v/%v)"
},