diff options
Diffstat (limited to 'core/Controller')
-rw-r--r-- | core/Controller/SetupController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Controller/SetupController.php b/core/Controller/SetupController.php index 38b92192d01..b9d561cb4c9 100644 --- a/core/Controller/SetupController.php +++ b/core/Controller/SetupController.php @@ -106,7 +106,7 @@ class SetupController { public function loadAutoConfig($post) { if( file_exists($this->autoConfigFile)) { - \OCP\Util::writeLog('core', 'Autoconfig file found, setting up ownCloud…', ILogger::INFO); + \OCP\Util::writeLog('core', 'Autoconfig file found, setting up Nextcloud…', ILogger::INFO); $AUTOCONFIG = array(); include $this->autoConfigFile; $post = array_merge ($post, $AUTOCONFIG); |