diff options
| author | 2016-10-22 13:28:53 +0200 | |
|---|---|---|
| committer | 2016-10-22 13:28:53 +0200 | |
| commit | 9f043a701fb26a0e6150b2ad2b1c723e90b0c965 (patch) | |
| tree | fbbdaf398fdf93f3365db8f392822f6808da651d /app/i18n/en/install.php | |
| parent | 40b5d3f933e27f37894f58f99c63409f2cdd2d5a (diff) | |
i18n install corrections
https://github.com/FreshRSS/FreshRSS/issues/1328#issuecomment-255519363
Diffstat (limited to 'app/i18n/en/install.php')
| -rw-r--r-- | app/i18n/en/install.php | 4 |
1 files changed, 2 insertions, 2 deletions
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', |
