Added error when both session and local storage are unusable (#3263)

Этот коммит содержится в:
David Lu
2016-06-06 10:52:57 -07:00
коммит произвёл Harrison Healey
родитель 1e245f19c7
Коммит 26ec73d5d2
3 изменённых файлов: 23 добавлений и 7 удалений

Просмотреть файл

@@ -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')
};