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/fr/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/fr/gen.php')
| -rw-r--r-- | app/i18n/fr/gen.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/fr/gen.php b/app/i18n/fr/gen.php index 5abc7a27b..67d278be4 100644 --- a/app/i18n/fr/gen.php +++ b/app/i18n/fr/gen.php @@ -34,6 +34,7 @@ return array( 'registration' => array( '_' => 'Nouveau compte', 'ask' => 'Créer un compte ?', + 'title' => 'Création de compte', ), 'reset' => 'Réinitialisation de l’authentification', 'username' => array( |
