diff options
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/installation.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/templates/installation.php b/core/templates/installation.php index 99c71b0bdb4..7203f3c9e79 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -153,9 +153,9 @@ script('core', [ <?php if(!$_['dbIsSet'] OR count($_['errors']) > 0): ?> <fieldset id="sqliteInformation" class="warning"> <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 the desktop client for file syncing the use of SQLite is discouraged.')); ?></p> + <p><?php p($l->t('You chose SQLite as database.'));?></p> + <p><?php p($l->t('SQLite should only be used for minimal and development instances. For production we recommend a different database backend.'));?></p> + <p><?php p($l->t('If you use clients for file syncing, the use of SQLite is highly discouraged.')); ?></p> </fieldset> <?php endif ?> |