mirror of
https://github.com/nextcloud/server.git
synced 2026-03-21 18:11:02 -04:00
update wording for disabled web updater
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
a5370fc71e
commit
f8bb8dc3a0
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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue