From f31ee036d3895a40b9530b0b55710045aec4c93c Mon Sep 17 00:00:00 2001 From: pmaier1 Date: Wed, 23 Aug 2017 10:05:10 +0200 Subject: [PATCH 1/2] Make admin feedback easier understandable --- core/templates/update.use-cli.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/templates/update.use-cli.php b/core/templates/update.use-cli.php index 52d40cdea559..754175450c58 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('Your instance possibly hosts many users and files. 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 was 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')])); ?>

From f9c5854ad1efc127ccd455a7b93e444cc316e8a3 Mon Sep 17 00:00:00 2001 From: pmaier1 Date: Mon, 28 Aug 2017 12:37:50 +0200 Subject: [PATCH 2/2] Minor wording changes --- core/templates/update.use-cli.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/templates/update.use-cli.php b/core/templates/update.use-cli.php index 754175450c58..9a1fd6da9e60 100644 --- a/core/templates/update.use-cli.php +++ b/core/templates/update.use-cli.php @@ -3,9 +3,9 @@

t('Update needed')) ?>

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

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