diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-02-06 12:45:25 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-02-06 12:45:25 +0100 |
commit | 280a28f4df6c5e68c71ec5423d07686512945e39 (patch) | |
tree | 858966f4880cd1e4f45bcfcc54ba62c510721996 /core | |
parent | bc56fef619ca92665d5631a3293ecbff0f8e1330 (diff) | |
parent | 6abb28e2a610ccd58f132090d1e26a295b721b32 (diff) | |
download | nextcloud-server-280a28f4df6c5e68c71ec5423d07686512945e39.tar.gz nextcloud-server-280a28f4df6c5e68c71ec5423d07686512945e39.zip |
Merge pull request #13942 from cmeh/patch-2
Coherent use of "SQLite" in lines 159 and 161
Diffstat (limited to 'core')
-rw-r--r-- | core/templates/installation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/installation.php b/core/templates/installation.php index 4597e922014..53ab4a0b877 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.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 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 ?> |