Merge pull request #1866 from xcellardoor/master

Modified the SQLite warning of server/settings/templates/admin/tiptri…
This commit is contained in:
Morris Jobke 2016-10-24 11:21:56 +02:00 committed by GitHub
commit f054adb429
1 changed files with 2 additions and 2 deletions

View 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 } ?>