From 2f45cb3fe985481d2db42637ae8fc46cb23fb159 Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Mon, 11 May 2020 21:19:05 +0200 Subject: [PATCH] l10n: Changing the word "These" to "Following" --- core/templates/update.admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> -- GitLab