Adding "The" to the description

This commit is contained in:
Valdnet 2020-05-13 14:23:21 +02:00 committed by GitHub
parent c6da7ec24c
commit 8d21b5ef7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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'));