Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/command/app/checkcode.php')
-rw-r--r--core/command/app/checkcode.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/command/app/checkcode.php b/core/command/app/checkcode.php
index 78f4390e70a..84dbb94998e 100644
--- a/core/command/app/checkcode.php
+++ b/core/command/app/checkcode.php
@@ -132,11 +132,11 @@ class CheckCode extends Command {
});
$infoChecker->listen('InfoChecker', 'missingRequirement', function($minMax) use ($output) {
- $output->writeln("<comment>ownCloud $minMax version requirement missing (will be an error in ownCloud 11 and later)</comment>");
+ $output->writeln("<comment>Nextcloud $minMax version requirement missing (will be an error in the future)</comment>");
});
$infoChecker->listen('InfoChecker', 'duplicateRequirement', function($minMax) use ($output) {
- $output->writeln("<error>Duplicate $minMax ownCloud version requirement found</error>");
+ $output->writeln("<error>Duplicate $minMax Nextcloud version requirement found</error>");
});
$infoChecker->listen('InfoChecker', 'differentVersions', function($versionFile, $infoXML) use ($output) {