diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2020-05-13 14:23:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-13 14:23:21 +0200 |
commit | 8d21b5ef7c457468b9a4409db8b7fdd33c629297 (patch) | |
tree | de1b1fe732382dfdb3a575277aa7259bdab8d79e /core/ajax/update.php | |
parent | c6da7ec24cc913af152b4df35a52888f92a4635a (diff) | |
download | nextcloud-server-8d21b5ef7c457468b9a4409db8b7fdd33c629297.tar.gz nextcloud-server-8d21b5ef7c457468b9a4409db8b7fdd33c629297.zip |
Adding "The" to the description
Diffstat (limited to 'core/ajax/update.php')
-rw-r--r-- | core/ajax/update.php | 2 |
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')); |