Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Minor wording changes
  • Loading branch information
pmaier1 authored and Vincent Petry committed Aug 29, 2017
commit f9c5854ad1efc127ccd455a7b93e444cc316e8a3
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('Your instance possibly hosts many users and files. To ensure a smooth upgrade process, please use the command line updater (occ upgrade).'));
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('Automatic updating was disabled in config.php. To upgrade your instance, please use the command line updater (occ upgrade).'));
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