Merge pull request #13933 from owncloud/enhance-sqlite-warning-2
Don't highly discourage
This commit is contained in:
commit
0916d2ed6b
|
@ -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…
Reference in New Issue