]> source.dussan.org Git - nextcloud-server.git/commitdiff
address review 37052/head
authorSimon L <szaimen@e.mail.de>
Wed, 22 Mar 2023 14:11:16 +0000 (15:11 +0100)
committerGitHub <noreply@github.com>
Wed, 22 Mar 2023 14:11:16 +0000 (15:11 +0100)
Co-authored-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Signed-off-by: Simon L. <szaimen@e.mail.de>
core/ajax/update.php

index dae08ad0882f94f6e90a7b67da0da338067c06ba..9fa163eef7149d35439bf3359e3717bf913f4a63 100644 (file)
@@ -100,7 +100,7 @@ class FeedBackHandler {
 if (\OCP\Util::needUpgrade()) {
        $config = \OC::$server->getSystemConfig();
        if ($config->getValue('upgrade.disable-web', false)) {
-               $eventSource->send('failure', $l->t('Please use the command line updater because updating via the browser is disabled in your config.php.'));
+               $eventSource->send('failure', $l->t('Please use the command line updater because updating via browser is disabled in your config.php.'));
                $eventSource->close();
                exit();
        }