Browse Source

Adding "The" to the description

pull/20956/head
Valdnet 6 years ago
committed by GitHub
parent
commit
8d21b5ef7c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      core/ajax/update.php

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

Loading…
Cancel
Save