]> git.immae.eu Git - github/wallabag/wallabag.git/blob - src/Wallabag/UserBundle/Resources/translations/wallabag_user.en.yml
Use HTML email for 2FA
[github/wallabag/wallabag.git] / src / Wallabag / UserBundle / Resources / translations / wallabag_user.en.yml
1 # Two factor mail
2 auth_code.mailer.subject: 'Wallabag authentication Code'
3 auth_code.mailer.body.hello: "Hi %user%,"
4 auth_code.mailer.body.content: |
5 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.
6 Here is the code: %code%
7 auth_code.mailer.body.signature: |
8 Please don't hesitate to contact us if you have any problems: %support%
9 The wallabag team