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/admin.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/admin.php')
| -rw-r--r-- | app/i18n/de/admin.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/de/admin.php b/app/i18n/de/admin.php index 597c653ff..bcd0fcc61 100644 --- a/app/i18n/de/admin.php +++ b/app/i18n/de/admin.php @@ -161,6 +161,7 @@ return array( 'email_persona' => 'Anmelde-E-Mail-Adresse<br /><small>(für <a href="https://persona.org/" rel="external">Mozilla Persona</a>)</small>', 'language' => 'Sprache', 'password_form' => 'Passwort<br /><small>(für die Anmeldemethode per Webformular)</small>', + 'password_format' => 'mindestens 7 Zeichen', 'title' => 'Benutzer verwalten', 'user_list' => 'Liste der Benutzer', 'username' => 'Nutzername', |
