diff --git a/core/templates/update.use-cli.php b/core/templates/update.use-cli.php index 52d40cdea559..9a1fd6da9e60 100644 --- a/core/templates/update.use-cli.php +++ b/core/templates/update.use-cli.php @@ -3,9 +3,9 @@

t('Update needed')) ?>

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).')); } ?>

t('For help, see the documentation.', [link_to_docs('admin-cli-upgrade')])); ?>