diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-02-05 17:21:10 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-02-05 17:21:10 +0100 |
commit | d748368ecb14fba8c82a258722d43c7e53cb3f13 (patch) | |
tree | d8036df78498ae459d4b89d5e7c7a24427a12fc9 /settings | |
parent | 7a9d428d6f6146d44883e2c5bab04db702792ce4 (diff) | |
download | nextcloud-server-d748368ecb14fba8c82a258722d43c7e53cb3f13.tar.gz nextcloud-server-d748368ecb14fba8c82a258722d43c7e53cb3f13.zip |
Don't highly discourage
Diffstat (limited to 'settings')
-rw-r--r-- | settings/templates/admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
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> |