summaryrefslogtreecommitdiffstats
path: root/js/build/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/build/app.js')
-rw-r--r--js/build/app.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/js/build/app.js b/js/build/app.js
index f95d582c1..1c78f7cbd 100644
--- a/js/build/app.js
+++ b/js/build/app.js
@@ -55,7 +55,9 @@ app.config(["$routeProvider", "$provide", "$httpProvider", function ($routeProvi
'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) {