summaryrefslogtreecommitdiffstats
path: root/core/templates/update.use-cli.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/templates/update.use-cli.php')
-rw-r--r--core/templates/update.use-cli.php2
1 files changed, 1 insertions, 1 deletions
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 @@
<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('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.'));
} ?><br><br>