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:
authorThomas Müller <thomas.mueller@tmit.eu>2015-02-05 19:21:10 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2015-02-05 19:21:10 +0300
commitd748368ecb14fba8c82a258722d43c7e53cb3f13 (patch)
treed8036df78498ae459d4b89d5e7c7a24427a12fc9 /core
parent7a9d428d6f6146d44883e2c5bab04db702792ce4 (diff)
Don't highly discourage
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 e5e191e8978..4597e922014 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 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 ?>