diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-08-20 12:59:13 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-08-20 12:59:13 +0200 |
commit | f21cf516da32a73121b047d35daef9d283144f55 (patch) | |
tree | 55c792ec6b758ec6ed30a8ba8ee3ba704bd64930 /core/templates/update.admin.php | |
parent | c7b0d50cb225b22bdf3d9470ea7da799443f677e (diff) | |
download | nextcloud-server-f21cf516da32a73121b047d35daef9d283144f55.tar.gz nextcloud-server-f21cf516da32a73121b047d35daef9d283144f55.zip |
fix wording of update header
Diffstat (limited to 'core/templates/update.admin.php')
-rw-r--r-- | core/templates/update.admin.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/templates/update.admin.php b/core/templates/update.admin.php index 191f727df71..fbd3025f2e0 100644 --- a/core/templates/update.admin.php +++ b/core/templates/update.admin.php @@ -1,9 +1,9 @@ <div class="update" data-productname="<?php p($_['productName']) ?>" data-version="<?php p($_['version']) ?>"> <div class="updateOverview"> <?php if ($_['isAppsOnlyUpgrade']) { ?> - <h2 class="title bold"><?php p($l->t('Apps update required.')); ?></h2> + <h2 class="title bold"><?php p($l->t('App update required')); ?></h2> <?php } else { ?> - <h2 class="title bold"><?php p($l->t('%s will be updated to version %s.', + <h2 class="title bold"><?php p($l->t('%s will be updated to version %s', array($_['productName'], $_['version']))); ?></h2> <?php } ?> <?php if (!empty($_['appsToUpgrade'])) { ?> |