From 5cbe6532a04d2aa1522dfd5ec115e11ee82c8537 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 25 Feb 2019 21:28:22 +0100 Subject: [PATCH] Fix typo in info log for autoconfig Signed-off-by: Morris Jobke --- core/Controller/SetupController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5