summaryrefslogtreecommitdiffstats
path: root/webapp/root.jsx
diff options
context:
space:
mode:
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')
};