diff options
Diffstat (limited to 'core/templates/update.use-cli.php')
-rw-r--r-- | core/templates/update.use-cli.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/core/templates/update.use-cli.php b/core/templates/update.use-cli.php index 66cce4e521f..403de7feadc 100644 --- a/core/templates/update.use-cli.php +++ b/core/templates/update.use-cli.php @@ -3,12 +3,12 @@ <h2 class="title"><?php p($l->t('Update needed')) ?></h2> <div class="text-left"> <?php if ($_['tooBig']) { - 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> + 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> <?php - print_unescaped($l->t('For help, see the <a target="_blank" rel="noreferrer noopener" href="%s">documentation</a>.', [link_to_docs('admin-cli-upgrade')])); ?> + print_unescaped($l->t('For help, see the <a target="_blank" rel="noreferrer noopener" href="%s">documentation</a>.', [link_to_docs('admin-cli-upgrade')])); ?> </div> </div> |