Adding "The" to the description
This commit is contained in:
parent
c6da7ec24c
commit
8d21b5ef7c
|
@ -228,7 +228,7 @@ if (\OCP\Util::needUpgrade()) {
|
||||||
|
|
||||||
if (!empty($disabledApps)) {
|
if (!empty($disabledApps)) {
|
||||||
$eventSource->send('notice',
|
$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 {
|
} else {
|
||||||
$eventSource->send('notice', (string)$l->t('Already up to date'));
|
$eventSource->send('notice', (string)$l->t('Already up to date'));
|
||||||
|
|
Loading…
Reference in New Issue