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