]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix typo in info log for autoconfig 14377/head
authorMorris Jobke <hey@morrisjobke.de>
Mon, 25 Feb 2019 20:28:22 +0000 (21:28 +0100)
committerMorris Jobke <hey@morrisjobke.de>
Mon, 25 Feb 2019 20:28:22 +0000 (21:28 +0100)
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
core/Controller/SetupController.php

index 38b92192d0183fed03fd622378f95ecef8d1ec8d..b9d561cb4c963c361f045d64fa9740d0edbc92a6 100644 (file)
@@ -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);