diff options
author | Morris Jobke <hey@morrisjobke.de> | 2020-05-13 22:59:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-13 22:59:03 +0200 |
commit | bc02b0adb873a2d3eb58f76eb5b0f56e7c7053b8 (patch) | |
tree | 2ab4f67071c826d3ff20bd02daecc67716230633 /core/templates | |
parent | e105161d59222e06457cad0d5beeb0452d857e68 (diff) | |
parent | 25023ae2886d88980ab29cebcd7981a96fbc7c04 (diff) | |
download | nextcloud-server-bc02b0adb873a2d3eb58f76eb5b0f56e7c7053b8.tar.gz nextcloud-server-bc02b0adb873a2d3eb58f76eb5b0f56e7c7053b8.zip |
Merge pull request #20932 from nextcloud/Valdnet-patch-3
l10n: Changing the word "These" to "Following"
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/update.admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/update.admin.php b/core/templates/update.admin.php index c104e0530c3..b285a7296bf 100644 --- a/core/templates/update.admin.php +++ b/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> |