diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2020-05-11 21:19:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-11 21:19:05 +0200 |
commit | 2f45cb3fe985481d2db42637ae8fc46cb23fb159 (patch) | |
tree | b0046c205b4755ef40dda60b8e223271258719fb /core | |
parent | 68b21020623a23ec6cbda4800758ea7a607ea5c2 (diff) | |
download | nextcloud-server-2f45cb3fe985481d2db42637ae8fc46cb23fb159.tar.gz nextcloud-server-2f45cb3fe985481d2db42637ae8fc46cb23fb159.zip |
l10n: Changing the word "These" to "Following"
Diffstat (limited to 'core')
-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..e52cf9f20ff 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('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> |