summaryrefslogtreecommitdiffstats
path: root/webapp/root.jsx
diff options
context:
space:
mode:
authorDavid Lu <david.lu@hotmail.com>2016-06-06 10:52:57 -0700
committerHarrison Healey <harrisonmhealey@gmail.com>2016-06-06 13:52:57 -0400
commit26ec73d5d215f37bb0446f4721ccfea3c9f56f89 (patch)
tree082ce6b460bb6467ee306c55d2056b88d4499db7 /webapp/root.jsx
parent1e245f19c7884e293698fe2e8cd7f46d4dac54c9 (diff)
downloadchat-26ec73d5d215f37bb0446f4721ccfea3c9f56f89.tar.gz
chat-26ec73d5d215f37bb0446f4721ccfea3c9f56f89.tar.bz2
chat-26ec73d5d215f37bb0446f4721ccfea3c9f56f89.zip
Added error when both session and local storage are unusable (#3263)
Diffstat (limited to 'webapp/root.jsx')
-rw-r--r--webapp/root.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/root.jsx b/webapp/root.jsx
index 268a208a2..a96ab713b 100644
--- a/webapp/root.jsx
+++ b/webapp/root.jsx
@@ -99,7 +99,7 @@ import * as I18n from 'i18n/i18n.jsx';
const notFoundParams = {
title: Utils.localizeMessage('error.not_found.title', 'Page not found'),
- message: Utils.localizeMessage('error.not_found.message', 'The page you where trying to reach does not exist'),
+ message: Utils.localizeMessage('error.not_found.message', 'The page you were trying to reach does not exist'),
link: '/',
linkmessage: Utils.localizeMessage('error.not_found.link_message', 'Back to Mattermost')
};