aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-02-11 18:19:35 +0100
committerJeremy Benoist <j0k3r@users.noreply.github.com>2016-02-11 18:19:35 +0100
commit7a97c7d06fa96a4f2d8bb17817dc15b091698e80 (patch)
tree6dcb415323da8d715c50a34eee2b33e2dc885234 /src/Wallabag/CoreBundle/Resources
parent06c190887fd38c314db8d240ab2e46f5777ed59e (diff)
parent6fa4be38eb1b42a224b1649736c16b8d4b44d66a (diff)
downloadwallabag-7a97c7d06fa96a4f2d8bb17817dc15b091698e80.tar.gz
wallabag-7a97c7d06fa96a4f2d8bb17817dc15b091698e80.tar.zst
wallabag-7a97c7d06fa96a4f2d8bb17817dc15b091698e80.zip
Merge pull request #1656 from wallabag/v2-fix-new-user-password-prompts
fix labels on new user prompt
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources')
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/validators.fr.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/validators.fr.yml b/src/Wallabag/CoreBundle/Resources/translations/validators.fr.yml
new file mode 100644
index 00000000..40513f2a
--- /dev/null
+++ b/src/Wallabag/CoreBundle/Resources/translations/validators.fr.yml
@@ -0,0 +1,3 @@
1# Config screen
2The password fields must match: 'Les deux mots de passe doivent être les mêmes'
3Password should by at least 8 chars long: 'Le mot de passe doit contenir au moins 8 caractères'