diff options
| author | 2015-07-22 23:06:46 +0200 | |
|---|---|---|
| committer | 2015-07-22 23:06:46 +0200 | |
| commit | f0a1b26584787e173c8c9cd1a5fea27bb3044f1c (patch) | |
| tree | 94d68d9b82430560089f6c43019d9218199743fd /app/i18n/de/gen.php | |
| parent | 8751c344f384e19dd2fd2f0b5607ecc2aac58541 (diff) | |
Add title to the account creation page
See https://github.com/FreshRSS/FreshRSS/issues/679
Diffstat (limited to 'app/i18n/de/gen.php')
| -rw-r--r-- | app/i18n/de/gen.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/de/gen.php b/app/i18n/de/gen.php index d6fcfe1e4..f8f4823a6 100644 --- a/app/i18n/de/gen.php +++ b/app/i18n/de/gen.php @@ -34,6 +34,7 @@ return array( 'registration' => array( '_' => 'New account', // TODO: translate 'ask' => 'Create an account?', // TODO: translate + 'title' => 'Account creation', // TODO: translate ), 'reset' => 'Zurücksetzen der Authentifizierung', 'username' => array( |
