Merge pull request #37048 from nextcloud/enh/noid/improve-update-wording

update wording for disabled web updater
pull/37030/head
Simon L 2023-03-04 18:48:25 +07:00 committed by GitHub
commit b8390db624
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

@ -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();
}