X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FUserBundle%2FResources%2Ftranslations%2Fwallabag_user.en.yml;h=5fc576178fe5390c78ddec7526f2a8b8b1c00379;hb=7c3184376cafa4134e83e67ef881cb050b72a43b;hp=4da6075f414c4cb7f62145ade18e386ea970a088;hpb=abd454c45633e335d9d63bcd250e760b968f8138;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/UserBundle/Resources/translations/wallabag_user.en.yml b/src/Wallabag/UserBundle/Resources/translations/wallabag_user.en.yml index 4da6075f..5fc57617 100644 --- a/src/Wallabag/UserBundle/Resources/translations/wallabag_user.en.yml +++ b/src/Wallabag/UserBundle/Resources/translations/wallabag_user.en.yml @@ -1,7 +1,11 @@ # Two factor mail -auth_code.mailer.subject: 'Wallabag authentication Code' -auth_code.mailer.body.hello: "Hi %user%," -auth_code.mailer.body.first_para: "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." -auth_code.mailer.body.second_para: "Here is the code:" -auth_code.mailer.body.support: "Please don't hesitate to contact us if you have any problems:" -auth_code.mailer.body.signature: "The wallabag team" +auth_code: + on: 'on' + mailer: + subject: 'wallabag authentication code' + body: + hello: "Hi %user%," + first_para: "Since you require two factor authentication to log in on your wallabag account, and a new device just used it, we send you a code to validate its connection." + second_para: "Here is the code:" + support: "Please don't hesitate to contact us if you have any problems:" + signature: "The wallabag team"