From: Simon L Date: Sat, 4 Mar 2023 15:06:16 +0000 (+0100) Subject: update wording for disabled web updater X-Git-Tag: v27.0.0beta1~382^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f8bb8dc3a00b0dab91ee2df0513eded2b3a152f2;p=nextcloud-server.git update wording for disabled web updater Signed-off-by: Simon L --- diff --git a/core/ajax/update.php b/core/ajax/update.php index 74907fa56b9..dae08ad0882 100644 --- a/core/ajax/update.php +++ b/core/ajax/update.php @@ -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(); }