Merge pull request #13933 from owncloud/enhance-sqlite-warning-2

Don't highly discourage
remotes/origin/log-external-deletes
Thomas Müller 12 years ago
commit 0916d2ed6b
  1. 2
      core/templates/installation.php
  2. 2
      settings/templates/admin.php

@ -158,7 +158,7 @@ script('core', [
<legend><?php p($l->t('Performance Warning'));?></legend>
<p><?php p($l->t('SQLite will be used as database.'));?></p>
<p><?php p($l->t('For larger installations we recommend to choose a different database backend.'));?></p>
<p><?php p($l->t('Especially when using desktop client for file syncing the use of sqlite is highly discouraged.')); ?></p>
<p><?php p($l->t('Especially when using desktop client for file syncing the use of sqlite is discouraged.')); ?></p>
</fieldset>
<?php endif ?>

@ -121,7 +121,7 @@ if ($_['databaseOverload']) {
</p>
<p>
<strong>
<?php p($l->t('Especially when using desktop client for file syncing the use of sqlite is highly discouraged.')); ?>
<?php p($l->t('Especially when using desktop client for file syncing the use of sqlite is discouraged.')); ?>
</strong>
</p>
<p>

Loading…
Cancel
Save