Skip to content

Commit

Permalink
Merge pull request #28775 from owncloud/pmaier1-patch-1
Browse files Browse the repository at this point in the history
Make admin feedback easier understandable
  • Loading branch information
Vincent Petry authored Aug 29, 2017
2 parents 4aac67a + 10d2a8b commit 36169e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/templates/update.use-cli.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<h2 class="title"><?php p($l->t('Update needed')) ?></h2>
<div class="infogroup">
<?php if ($_['tooBig']) {
p($l->t('Please use the command line updater because you have a big instance.'));
p($l->t('It looks like your instance may host many files and/or users. To ensure a smooth upgrade process, please use the command line updater (occ upgrade).'));
} else {
p($l->t('Please use the command line updater because automatic updating is disabled in the config.php.'));
p($l->t('Automatic updating is disabled in config.php. To upgrade your instance, please use the command line updater (occ upgrade).'));
} ?><br><br>
<?php
print_unescaped($l->t('For help, see the <a target="_blank" rel="noreferrer" href="%s">documentation</a>.', [link_to_docs('admin-cli-upgrade')])); ?><br><br>
Expand Down

0 comments on commit 36169e9

Please sign in to comment.