diff options
| author | 2015-12-23 10:41:14 +0100 | |
|---|---|---|
| committer | 2015-12-23 11:09:56 +0100 | |
| commit | 9637e018bf0bdd17ecfabe825cb12ea9a67d7553 (patch) | |
| tree | b639bd545f982f6786d1fd0378b1b672a0c4e443 | |
| parent | 6b5c720c76cc05d66b8582eec7ba1b283475e2d8 (diff) | |
i18n English
https://github.com/FreshRSS/FreshRSS/issues/1043#issuecomment-165984276
| -rw-r--r-- | app/i18n/en/conf.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/en/conf.php b/app/i18n/en/conf.php index 69162932f..38e9197e9 100644 --- a/app/i18n/en/conf.php +++ b/app/i18n/en/conf.php @@ -77,7 +77,7 @@ return array( 'warn' => 'Your account and all the related data will be deleted.', ), 'email_persona' => 'Login email address<br /><small>(for <a href="https://persona.org/" rel="external">Mozilla Persona</a>)</small>', - 'password_api' => 'Password API<br /><small>(e.g., for mobile apps)</small>', + 'password_api' => 'API password<br /><small>(e.g., for mobile apps)</small>', 'password_form' => 'Password<br /><small>(for the Web-form login method)</small>', 'password_format' => 'At least 7 characters', 'title' => 'Profile', |
