Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/ajax
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2020-05-13 15:23:21 +0300
committerGitHub <noreply@github.com>2020-05-13 15:23:21 +0300
commit8d21b5ef7c457468b9a4409db8b7fdd33c629297 (patch)
treede1b1fe732382dfdb3a575277aa7259bdab8d79e /core/ajax
parentc6da7ec24cc913af152b4df35a52888f92a4635a (diff)
Adding "The" to the description
Diffstat (limited to 'core/ajax')
-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'));