From f2f070503da0ac88a73056bdbcd4aa74ed2945a3 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Fri, 15 Mar 2019 01:59:26 +0100 Subject: [PATCH] Fix language of SQLite warning, follow-up to #14682 Signed-off-by: Jan-Christoph Borchardt --- core/templates/installation.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/core/templates/installation.php b/core/templates/installation.php index 88be253949..29c6bd352f 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -153,10 +153,9 @@ script('core', [ 0): ?>
t('Performance warning'));?> -

t('You have choosen SQLite as database.'));?>

-

t('SQLite should only be choosen for minimal and development instances.'));?>

-

t('For productive instances we recommend to choose a different database backend.'));?>

-

t('Using clients for file syncing the use of SQLite is highly discouraged.')); ?>

+

t('You chose SQLite as database.'));?>

+

t('SQLite should only be used for minimal and development instances. For production we recommend a different database backend.'));?>

+

t('If you use clients for file syncing, the use of SQLite is highly discouraged.')); ?>