From: cmeh Date: Fri, 6 Feb 2015 10:19:56 +0000 (+0100) Subject: Update installation.php X-Git-Tag: v8.0.0~9^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6abb28e2a610ccd58f132090d1e26a295b721b32;p=nextcloud-server.git Update installation.php In line 161, "SQLite" has now the same capitalisation as in line 159. --- diff --git a/core/templates/installation.php b/core/templates/installation.php index 4597e922014..53ab4a0b877 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -158,7 +158,7 @@ script('core', [ t('Performance Warning'));?>

t('SQLite will be used as database.'));?>

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

-

t('Especially when using desktop client for file syncing the use of sqlite is discouraged.')); ?>

+

t('Especially when using the desktop client for file syncing the use of SQLite is discouraged.')); ?>