diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-02-05 23:50:06 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-02-05 23:50:06 +0100 |
commit | 0916d2ed6b6748f235b384e78df3e4dccbbdaefa (patch) | |
tree | d8036df78498ae459d4b89d5e7c7a24427a12fc9 | |
parent | 7a9d428d6f6146d44883e2c5bab04db702792ce4 (diff) | |
parent | d748368ecb14fba8c82a258722d43c7e53cb3f13 (diff) | |
download | nextcloud-server-0916d2ed6b6748f235b384e78df3e4dccbbdaefa.tar.gz nextcloud-server-0916d2ed6b6748f235b384e78df3e4dccbbdaefa.zip |
Merge pull request #13933 from owncloud/enhance-sqlite-warning-2
Don't highly discourage
-rw-r--r-- | core/templates/installation.php | 2 | ||||
-rw-r--r-- | settings/templates/admin.php | 2 |
2 files changed, 2 insertions, 2 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 ?> diff --git a/settings/templates/admin.php b/settings/templates/admin.php index 5a9bb852590..a0cf29436d0 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -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 highly discouraged.')); ?> + <?php p($l->t('Especially when using desktop client for file syncing the use of sqlite is discouraged.')); ?> </strong> </p> <p> |