summaryrefslogtreecommitdiffstats
path: root/core/templates
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-05-10 21:39:09 -0500
committerMorris Jobke <hey@morrisjobke.de>2017-05-10 22:32:42 -0500
commitabe4a19cbc44b34bf171d1e9499c3e834364bd31 (patch)
treee2c1a490e493c07d6f00398ee01c33f95c64c14e /core/templates
parentaffa8d07cab3617e7f2101e3b81a212fa86ab832 (diff)
downloadnextcloud-server-abe4a19cbc44b34bf171d1e9499c3e834364bd31.tar.gz
nextcloud-server-abe4a19cbc44b34bf171d1e9499c3e834364bd31.zip
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 <hey@morrisjobke.de>
Diffstat (limited to 'core/templates')
-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>