summaryrefslogtreecommitdiffstats
path: root/webapp/i18n
diff options
context:
space:
mode:
authorAlex Moon <moonmeister@users.noreply.github.com>2017-09-06 13:23:14 -0700
committerChristopher Speller <crspeller@gmail.com>2017-09-06 13:23:14 -0700
commitcb266eb942789dc60e6b61ec9c7f2e35e43de0ce (patch)
treeac936afb13ea394199495d3463d697887c24879d /webapp/i18n
parent66a4d0112587608533aa744578d2db18bd88db56 (diff)
downloadchat-cb266eb942789dc60e6b61ec9c7f2e35e43de0ce.tar.gz
chat-cb266eb942789dc60e6b61ec9c7f2e35e43de0ce.tar.bz2
chat-cb266eb942789dc60e6b61ec9c7f2e35e43de0ce.zip
[PLT-959] Browser Compatibility (#6945)
* Error page implimentation * Update Browser Compatibility check to check Chrome, FF, IE, Edge, and Safai * Update strings with proper edge version * undo uneeded changes and move to go template. * more unneeded additions * eliminate js and add local triangle * fix typo * Correct debug logging of browser version * Modify Browser Check to pass user_agent object only and write test. * Fix chrome version typo and correct testing change that broke chrome UA chack * simplity browser version detection by using maps instead of string splitting
Diffstat (limited to 'webapp/i18n')
-rwxr-xr-xwebapp/i18n/en.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 91ebd13c6..62f50e39f 100755
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -1455,11 +1455,14 @@
"emoji_picker.recent": "Recently Used",
"emoji_picker.search": "Search",
"emoji_picker.symbols": "Symbols",
+ "error.generic.title": "Error",
+ "error.generic.message": "An error has occurred.",
+ "error.generic.link_message": "Back to Mattermost",
"error.generic.link": "Back to Mattermost",
"error.generic.message": "An error has occurred.",
"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.help3": "Use a supported browser (IE 11, Chrome 43+, Firefox 52+, Safari 9, Edge 40+)",
"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",