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/de/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/de/conf.php')
| -rw-r--r-- | app/i18n/de/conf.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/de/conf.php b/app/i18n/de/conf.php index 46816c25b..64c2c0945 100644 --- a/app/i18n/de/conf.php +++ b/app/i18n/de/conf.php @@ -75,6 +75,7 @@ return array( 'email_persona' => 'Anmelde-E-Mail-Adresse<br /><small>(für <a href="https://persona.org/" rel="external">Mozilla Persona</a>)</small>', 'password_api' => 'Passwort-API<br /><small>(z. B. für mobile Anwendungen)</small>', 'password_form' => 'Passwort<br /><small>(für die Anmeldemethode per Webformular)</small>', + 'password_format' => 'mindestens 7 Zeichen', 'title' => 'Profil', ), 'reading' => array( |
