summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Cater <sam@samcater.com>2016-10-23 19:18:22 +0100
committerSam Cater <sam@samcater.com>2016-10-24 09:02:56 +0100
commitf19d4ec29b3226bc7f58f9cfa0e1c28fa9d88ed8 (patch)
treefb94a44fe7aac262e56f21633ac3b05e68a62eb5
parent598c145430d813c05b3a980345462c45f801d733 (diff)
downloadnextcloud-server-f19d4ec29b3226bc7f58f9cfa0e1c28fa9d88ed8.tar.gz
nextcloud-server-f19d4ec29b3226bc7f58f9cfa0e1c28fa9d88ed8.zip
Modified the SQLite warning of server/settings/templates/admin/tiptricks.php to be more understandable and legible
Signed-off-by: Sam Cater <sam@samcater.com> Added sign off of commit
-rw-r--r--settings/templates/admin/tipstricks.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/templates/admin/tipstricks.php b/settings/templates/admin/tipstricks.php
index e924a96dead..0282deda420 100644
--- a/settings/templates/admin/tipstricks.php
+++ b/settings/templates/admin/tipstricks.php
@@ -34,8 +34,8 @@
if ($_['databaseOverload']) {
?>
<li>
- <?php p($l->t('SQLite is used as database. For larger installations we recommend to switch to a different database backend.')); ?><br>
- <?php p($l->t('Especially when using the desktop client for file syncing the use of SQLite is discouraged.')); ?><br>
+ <?php p($l->t('SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend.')); ?><br>
+ <?php p($l->t('This is particularly recommended when using the desktop client for file synchronisation.')); ?><br>
<?php print_unescaped($l->t('To migrate to another database use the command line tool: \'occ db:convert-type\', or see the <a target="_blank" rel="noreferrer" href="%s">documentation ↗</a>.', link_to_docs('admin-db-conversion') )); ?>
</li>
<?php } ?>