summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorMorris Jobke <morris.jobke@gmail.com>2014-06-03 12:02:23 +0200
committerMorris Jobke <morris.jobke@gmail.com>2014-06-03 12:02:23 +0200
commit25c676f203b7716b6ddd33b68a287939a1a7ef55 (patch)
tree3e759580b44cfbfb30b95a84195fb3faaa7e026b /settings/templates
parentf88482355f01209d6f0d2cc553f9d1822dc35c58 (diff)
downloadnextcloud-server-25c676f203b7716b6ddd33b68a287939a1a7ef55.tar.gz
nextcloud-server-25c676f203b7716b6ddd33b68a287939a1a7ef55.zip
simplify SQLite warning
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/admin.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index ad4b7a77626..c8ca031ec98 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -102,11 +102,11 @@ if (!$_['isAnnotationsWorking']) {
if ($_['databaseOverload']) {
?>
<div class="section">
- <h2><?php p($l->t('Database Performance Warning'));?></h2>
+ <h2><?php p($l->t('Database Performance Info'));?></h2>
- <span class="securitywarning">
- <?php p($l->t('SQLite will be used as database. For larger installations we recommend to change this.')); ?>
- </span>
+ <p class="securitywarning">
+ <?php p($l->t('SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: \'occ db:convert-type\'')); ?>
+ </p>
</div>
<?php