diff --git a/core/ajax/update.php b/core/ajax/update.php index 74907fa56b9a5..9fa163eef7149 100644 --- a/core/ajax/update.php +++ b/core/ajax/update.php @@ -100,7 +100,7 @@ public function handleRepairFeedback(Event $event): void { 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 browser is disabled in your config.php.')); $eventSource->close(); exit(); }