Browse Source
Merge pull request #20932 from nextcloud/Valdnet-patch-3
l10n: Changing the word "These" to "Following"
pull/20911/head
Morris Jobke
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
core/templates/update.admin.php
|
|
@ -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('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>
|
|
|
|