summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorBernhard Posselt <bep@foryouandyourcustomers.com>2016-08-10 19:48:04 +0200
committerBernhard Posselt <bep@foryouandyourcustomers.com>2016-08-10 19:48:04 +0200
commit54c683c6b2ba15fffb37b34cbe319a46ee1b6b64 (patch)
treec199a7f6fd18c7bd3caa867d4a5f0601113af8da /js
parentfc1e804b23e66098dbf77a289e539a9ae9c999a1 (diff)
remove traces of owncloud.log
Diffstat (limited to 'js')
-rw-r--r--js/app/Config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/app/Config.js b/js/app/Config.js
index 4ccbf8cba..830093351 100644
--- a/js/app/Config.js
+++ b/js/app/Config.js
@@ -51,7 +51,7 @@ app.config(function ($routeProvider, $provide, $httpProvider) {
403: t('news', 'Request forbidden. Are you an admin?'),
412: t('news', 'Token expired or app not enabled! Reload the page!'),
500: t('news', 'Internal server error! Please check your ' +
- 'data/owncloud.log file for additional ' +
+ 'data/nextcloud.log file for additional ' +
'information!'),
503: t('news', 'Request failed, Nextcloud is in currently ' +
'in maintenance mode!')