]> source.dussan.org Git - nextcloud-server.git/commitdiff
Modified the SQLite warning of server/settings/templates/admin/tiptricks.php to be... 1866/head
authorSam Cater <sam@samcater.com>
Sun, 23 Oct 2016 18:18:22 +0000 (19:18 +0100)
committerSam Cater <sam@samcater.com>
Mon, 24 Oct 2016 08:02:56 +0000 (09:02 +0100)
Signed-off-by: Sam Cater <sam@samcater.com>
Added sign off of commit

settings/templates/admin/tipstricks.php

index e924a96deadadf5cea56673e9ff95b7ae3497035..0282deda420dae487780ec376f6bd2285d18c018 100644 (file)
@@ -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 } ?>