Merge pull request #20932 from nextcloud/Valdnet-patch-3
l10n: Changing the word "These" to "Following"
This commit is contained in:
commit
bc02b0adb8
|
@ -8,7 +8,7 @@
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<?php if (!empty($_['appsToUpgrade'])) { ?>
|
<?php if (!empty($_['appsToUpgrade'])) { ?>
|
||||||
<div class="infogroup">
|
<div class="infogroup">
|
||||||
<span><?php p($l->t('These apps will be updated:')); ?></span>
|
<span><?php p($l->t('The following apps will be updated:')); ?></span>
|
||||||
<ul class="content appList">
|
<ul class="content appList">
|
||||||
<?php foreach ($_['appsToUpgrade'] as $appInfo) { ?>
|
<?php foreach ($_['appsToUpgrade'] as $appInfo) { ?>
|
||||||
<li><?php p($appInfo['name']) ?> (<?php p($appInfo['id']) ?>)</li>
|
<li><?php p($appInfo['name']) ?> (<?php p($appInfo['id']) ?>)</li>
|
||||||
|
|
Loading…
Reference in New Issue