From abe4a19cbc44b34bf171d1e9499c3e834364bd31 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 10 May 2017 21:39:09 -0500 Subject: Properly decide on actual users if instance is too big * state the reason why NC thinks it is a big instance Signed-off-by: Morris Jobke --- core/templates/update.use-cli.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/templates/update.use-cli.php') diff --git a/core/templates/update.use-cli.php b/core/templates/update.use-cli.php index 52d40cdea55..9fbdbca8b21 100644 --- a/core/templates/update.use-cli.php +++ b/core/templates/update.use-cli.php @@ -3,7 +3,7 @@

t('Update needed')) ?>

t('Please use the command line updater because you have a big instance.')); + p($l->t('Please use the command line updater because you have a big instance with more than 50 users.')); } else { p($l->t('Please use the command line updater because automatic updating is disabled in the config.php.')); } ?>

-- cgit v1.2.3