mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Merge pull request #13942 from cmeh/patch-2
Coherent use of "SQLite" in lines 159 and 161
This commit is contained in:
commit
280a28f4df
1 changed files with 1 additions and 1 deletions
|
|
@ -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 discouraged.')); ?></p>
|
||||
<p><?php p($l->t('Especially when using the desktop client for file syncing the use of SQLite is discouraged.')); ?></p>
|
||||
</fieldset>
|
||||
<?php endif ?>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue