l10n: Changing the word "These" to "Following"

This commit is contained in:
Valdnet 2020-05-11 21:19:05 +02:00 committed by GitHub
parent 68b2102062
commit 2f45cb3fe9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
<?php } ?>
<?php if (!empty($_['appsToUpgrade'])) { ?>
<div class="infogroup">
<span><?php p($l->t('These apps will be updated:')); ?></span>
<span><?php p($l->t('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>