Merge pull request #20956 from nextcloud/Valdnet-patch-4
l10n: Adding "The" to the description
This commit is contained in:
commit
e105161d59
|
@ -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'));
|
||||
|
|
Loading…
Reference in New Issue