diff --git a/lib/private/Console/Application.php b/lib/private/Console/Application.php index 22eb5656fcf355a1edf4ecfaaad95df018b35eb9..693381ea2b48a164c3c55356085fefa1e2435239 100644 --- a/lib/private/Console/Application.php +++ b/lib/private/Console/Application.php @@ -99,7 +99,7 @@ class Application { } elseif ($this->config->getSystemValue('maintenance', false)) { if ($input->getArgument('command') !== '_completion') { $errOutput = $output->getErrorOutput(); - $errOutput->writeln('<comment>ownCloud is in maintenance mode - no app have been loaded</comment>' . PHP_EOL); + $errOutput->writeln('<comment>Nextcloud is in maintenance mode - no app have been loaded</comment>' . PHP_EOL); } } else { OC_App::loadApps();