From 54c683c6b2ba15fffb37b34cbe319a46ee1b6b64 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 10 Aug 2016 19:48:04 +0200 Subject: remove traces of owncloud.log --- js/app/Config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') 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!') -- cgit v1.2.3