From 26ec73d5d215f37bb0446f4721ccfea3c9f56f89 Mon Sep 17 00:00:00 2001 From: David Lu Date: Mon, 6 Jun 2016 10:52:57 -0700 Subject: Added error when both session and local storage are unusable (#3263) --- webapp/i18n/en.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'webapp/i18n/en.json') diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index 0657b3f8c..01efd6ab0 100644 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -844,6 +844,11 @@ "error_bar.expiring": "The Enterprise license is expiring on {date}. To renew your license, please contact commercial@mattermost.com", "error_bar.past_grace": "Enterprise license has expired, please contact your System Administrator for details", "error_bar.preview_mode": "Preview Mode: Email notifications have not been configured", + "error.not_found.title": "Page not found", + "error.not_found.message": "The page you were trying to reach does not exist", + "error.not_found.link_message": "Back to Mattermost", + "error.not_supported.title": "Browser not supported", + "error.not_supported.message": "Private browsing is not supported", "file_attachment.download": "Download", "file_info_preview.size": "Size ", "file_info_preview.type": "File type ", -- cgit v1.2.3-1-g7c22