From 39b8c75c40c74dce2730ad99cd1e0a5392c4f5f5 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Mon, 26 Jan 2015 11:48:25 +0100 Subject: 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 --- app/i18n/en/conf.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/i18n/en/conf.php') 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
(for Mozilla Persona)', 'password_api' => 'Password API
(e.g., for mobile apps)', 'password_form' => 'Password
(for the Web-form login method)', + 'password_format' => 'At least 7 characters', 'title' => 'Profile', ), 'reading' => array( -- cgit v1.2.3