summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/ajax/update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ajax/update.php b/core/ajax/update.php
index 58d64347a36..3fd819b0855 100644
--- a/core/ajax/update.php
+++ b/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'));