diff options
| author | 2014-01-18 00:17:03 +0100 | |
|---|---|---|
| committer | 2014-01-18 00:17:03 +0100 | |
| commit | 781d8a717f315525807bfd702cb740248b6087ea (patch) | |
| tree | 0a5d94cd36019984c8ac179612dfc8e9f5268ebf /app/i18n/install.en.php | |
| parent | 7261a551e908229ea4625b6645d490712570e71c (diff) | |
Choix du type de connexion dans l'installeur
+ diverses corrections dans l'installeur
Adresse une partie de
https://github.com/marienfressinaud/FreshRSS/issues/355
Diffstat (limited to 'app/i18n/install.en.php')
| -rw-r--r-- | app/i18n/install.en.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/i18n/install.en.php b/app/i18n/install.en.php index 24335c6c9..1c24c7d7e 100644 --- a/app/i18n/install.en.php +++ b/app/i18n/install.en.php @@ -53,8 +53,6 @@ return array ( 'bdd_conf_is_ok' => 'Database configuration has been saved.', 'bdd_conf_is_ko' => 'Verify your database information.', 'host' => 'Host', - 'username' => 'Username', - 'password' => 'Password', 'bdd' => 'Database', 'prefix' => 'Table prefix', |
