wallabag/src/Wallabag/UserBundle/Resources/translations/wallabag_user.en.yml

10 lines
498 B
YAML
Raw Normal View History

2015-12-29 09:59:46 +01:00
# Two factor mail
auth_code.mailer.subject: 'Wallabag authentication Code'
auth_code.mailer.body.hello: "Hi %user%,"
auth_code.mailer.body.content: |
2015-12-29 09:59:46 +01:00
Since you enable two factor authentication on your wallabag account and you just logged in from a new device (computer, phone, etc.), we send you a code to validate your connection.
Here is the code: %code%
auth_code.mailer.body.signature: |
2015-12-29 09:59:46 +01:00
Please don't hesitate to contact us if you have any problems: %support%
The wallabag team