Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorcmeh <cmeh@users.noreply.github.com>2015-02-06 13:19:56 +0300
committercmeh <cmeh@users.noreply.github.com>2015-02-06 13:19:56 +0300
commit6abb28e2a610ccd58f132090d1e26a295b721b32 (patch)
treeb71fb91530d15136ceb8297051e0fb196e6c25be /core
parentbd60abbefc45f7fe1dce4ab0259b7be0f1ec515e (diff)
Update installation.php
In line 161, "SQLite" has now the same capitalisation as in line 159.
Diffstat (limited to 'core')
-rw-r--r--core/templates/installation.php2
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 ?>