X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FUserBundle%2FResources%2Ftranslations%2Fwallabag_user.en.yml;h=85f2ea9cc5fdf7769dd848a54d2afc02fd850ab2;hb=0d42217e4e8210dd2cf86f35ba9662ca02c8a2dc;hp=f806d1d6f7ecfcde406a019c6362fb43bf53958b;hpb=23ff8d36199c0cddb5bae4a5010cb71f861eeef8;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 f806d1d6..85f2ea9c 100644 --- a/src/Wallabag/UserBundle/Resources/translations/wallabag_user.en.yml +++ b/src/Wallabag/UserBundle/Resources/translations/wallabag_user.en.yml @@ -1,10 +1,11 @@ # Two factor mail -auth_code.mailer.subject: 'Wallabag authentication Code' -auth_code.mailer.body: | - Hi %user%, - - 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% - - Please don't hesitate to contact us if you have any problems: %support% - The wallabag team +auth_code: + on: 'on' + mailer: + subject: 'Wallabag authentication Code' + body: + hello: "Hi %user%," + 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." + second_para: "Here is the code:" + support: "Please don't hesitate to contact us if you have any problems:" + signature: "The wallabag team"