From 9f043a701fb26a0e6150b2ad2b1c723e90b0c965 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 22 Oct 2016 13:28:53 +0200 Subject: i18n install corrections https://github.com/FreshRSS/FreshRSS/issues/1328#issuecomment-255519363 --- app/i18n/en/install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/i18n/en/install.php') diff --git a/app/i18n/en/install.php b/app/i18n/en/install.php index 55afba0ca..63d31fe53 100644 --- a/app/i18n/en/install.php +++ b/app/i18n/en/install.php @@ -25,9 +25,9 @@ return array( ), 'host' => 'Host', 'prefix' => 'Table prefix', - 'password' => 'HTTP password', + 'password' => 'Database password', 'type' => 'Type of database', - 'username' => 'HTTP username', + 'username' => 'Database username', ), 'check' => array( '_' => 'Checks', -- cgit v1.2.3