]> source.dussan.org Git - nextcloud-server.git/commitdiff
l10n: Addition of "The" 20932/head
authorValdnet <47037905+Valdnet@users.noreply.github.com>
Wed, 13 May 2020 12:17:57 +0000 (14:17 +0200)
committerGitHub <noreply@github.com>
Wed, 13 May 2020 12:17:57 +0000 (14:17 +0200)
core/templates/update.admin.php

index e52cf9f20ff2181bedd9483492e55cf9eafa69f8..b285a7296bf25ace7d3875c72606f7be6d196d0e 100644 (file)
@@ -8,7 +8,7 @@
                <?php } ?>
                <?php if (!empty($_['appsToUpgrade'])) { ?>
                <div class="infogroup">
-                       <span><?php p($l->t('Following apps will be updated:')); ?></span>
+                       <span><?php p($l->t('The following apps will be updated:')); ?></span>
                        <ul class="content appList">
                                <?php foreach ($_['appsToUpgrade'] as $appInfo) { ?>
                                <li><?php p($appInfo['name']) ?> (<?php p($appInfo['id']) ?>)</li>