Merge pull request #20956 from nextcloud/Valdnet-patch-4

l10n: Adding "The" to the description
This commit is contained in:
Morris Jobke 2020-05-13 22:58:20 +02:00 committed by GitHub
commit e105161d59
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'));