diff options
| author | 2015-01-26 11:48:25 +0100 | |
|---|---|---|
| committer | 2015-01-26 11:48:25 +0100 | |
| commit | 39b8c75c40c74dce2730ad99cd1e0a5392c4f5f5 (patch) | |
| tree | 8b5fd5ba08ef6150a26a50dc7f418fba66b44c64 /app/i18n/en/conf.php | |
| parent | ec75139939780810f43f4e85fbf37de2409fe584 (diff) | |
Password format on profile and manage user pages
Related to https://github.com/FreshRSS/FreshRSS/commit/ec75139939780810f43f4e85fbf37de2409fe584
See https://github.com/FreshRSS/FreshRSS/issues/769
Diffstat (limited to 'app/i18n/en/conf.php')
| -rw-r--r-- | app/i18n/en/conf.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/en/conf.php b/app/i18n/en/conf.php index 13efb650b..308c45d2c 100644 --- a/app/i18n/en/conf.php +++ b/app/i18n/en/conf.php @@ -75,6 +75,7 @@ return array( 'email_persona' => 'Login mail 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_form' => 'Password<br /><small>(for the Web-form login method)</small>', + 'password_format' => 'At least 7 characters', 'title' => 'Profile', ), 'reading' => array( |
