Skip to content

Commit

Permalink
Merge pull request #37052 from nextcloud/backport/37048/stable26
Browse files Browse the repository at this point in the history
[stable26] update wording for disabled web updater
  • Loading branch information
szaimen authored Mar 22, 2023
2 parents 3fb8c35 + 896c891 commit 387b404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/ajax/update.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 387b404

Please sign in to comment.