diff options
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 e52cf9f20ff..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('Following 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> |