Valdnet
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
core/ajax/update.php
|
|
|
@ -228,7 +228,7 @@ if (\OCP\Util::needUpgrade()) { |
|
|
|
|
|
|
|
if (!empty($disabledApps)) { |
|
|
|
$eventSource->send('notice', |
|
|
|
(string)$l->t('Following apps have been disabled: %s', [implode(', ', $disabledApps)])); |
|
|
|
(string)$l->t('The following apps have been disabled: %s', [implode(', ', $disabledApps)])); |
|
|
|
} |
|
|
|
} else { |
|
|
|
$eventSource->send('notice', (string)$l->t('Already up to date')); |
|
|
|
|