Skip to content
Snippets Groups Projects
Commit d748368e authored by Thomas Müller's avatar Thomas Müller
Browse files

Don't highly discourage

parent 7a9d428d
No related branches found
No related tags found
No related merge requests found
......@@ -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 ?>
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment