summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2017-04-10 10:23:25 -0400
committerGitHub <noreply@github.com>2017-04-10 10:23:25 -0400
commit858d53d0e75729dabeade2b353d2efc2ddb02d37 (patch)
tree697205ab738103cf8529c7c52cb15dad9210fefe /webapp
parent3b1088f3bdb43125d81645697dfd70bdae033bfc (diff)
downloadchat-858d53d0e75729dabeade2b353d2efc2ddb02d37.tar.gz
chat-858d53d0e75729dabeade2b353d2efc2ddb02d37.tar.bz2
chat-858d53d0e75729dabeade2b353d2efc2ddb02d37.zip
Added missing localization strings for error page (#6026)
Diffstat (limited to 'webapp')
-rwxr-xr-xwebapp/i18n/en.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 3d9f71574..2896ab5ff 100755
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -1297,6 +1297,10 @@
"emoji_picker.search": "Search",
"emoji_picker.symbols": "Symbols",
"emoji_picker.travel": "Travel",
+ "error.local_storage.help1": "Enable cookies",
+ "error.local_storage.help2": "Turn off private browsing",
+ "error.local_storage.help3": "Use a supported browser (IE 11, Chrome 43+, Firefox 38+, Safari 9, Edge)",
+ "error.local_storage.message": "Mattermost was unable to load because a setting in your browser prevents the use of its local storage features. To allow Mattermost to load, try the following actions:",
"error.not_found.link_message": "Back to Mattermost",
"error.not_found.message": "The page you were trying to reach does not exist",
"error.not_found.title": "Page not found",