summaryrefslogtreecommitdiffstats
path: root/js/app/Config.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/app/Config.js')
-rw-r--r--js/app/Config.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/js/app/Config.js b/js/app/Config.js
index 69d12f9d2..c6c511211 100644
--- a/js/app/Config.js
+++ b/js/app/Config.js
@@ -57,7 +57,9 @@ app.config(function ($routeProvider, $provide, $httpProvider) {
'Try to reload the page!'),
500: t('news', 'Internal server error! Please check your ' +
'data/owncloud.log file for additional ' +
- 'information!')
+ 'information!'),
+ 503: t('news', 'Request failed, ownCloud is in currently ' +
+ 'in maintenance mode!'),
};
// status 0 is a network error
if (response.status in messages) {