From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Wed, 13 May 2020 12:23:21 +0000 (+0200) Subject: Adding "The" to the description X-Git-Tag: v19.0.0RC2~2^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F20956%2Fhead;p=nextcloud-server.git Adding "The" to the description --- 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'));