]> source.dussan.org Git - nextcloud-server.git/commitdiff
update wording for disabled web updater 37048/head
authorSimon L <szaimen@e.mail.de>
Sat, 4 Mar 2023 15:06:16 +0000 (16:06 +0100)
committerSimon L <szaimen@e.mail.de>
Sat, 4 Mar 2023 15:24:46 +0000 (16:24 +0100)
Signed-off-by: Simon L <szaimen@e.mail.de>
core/ajax/update.php

index 74907fa56b9a5cbdcf6474190b62046df2802ace..dae08ad0882f94f6e90a7b67da0da338067c06ba 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 automatic updating is disabled in the config.php.'));
+               $eventSource->send('failure', $l->t('Please use the command line updater because updating via the browser is disabled in your config.php.'));
                $eventSource->close();
                exit();
        }