l10n: Addition of "The"

This commit is contained in:
Valdnet 2020-05-13 14:17:57 +02:00 committed by GitHub
parent 2f45cb3fe9
commit 25023ae288
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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>