Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2020-05-13 23:59:03 +0300
committerGitHub <noreply@github.com>2020-05-13 23:59:03 +0300
commitbc02b0adb873a2d3eb58f76eb5b0f56e7c7053b8 (patch)
tree2ab4f67071c826d3ff20bd02daecc67716230633 /core/templates
parente105161d59222e06457cad0d5beeb0452d857e68 (diff)
parent25023ae2886d88980ab29cebcd7981a96fbc7c04 (diff)
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.php2
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>