diff options
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', |
