X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FUserBundle%2FResources%2Ftranslations%2Fwallabag_user.en.yml;h=ee0a27d57af9cf5e9d436a3dcf8ac7614ea9abaf;hb=68cb89a5161351dd730871fc834bf147204a2a07;hp=7298bb28b52b398e7c624efb945dc0dd43a1cdaf;hpb=7ce895bf5e0531b96b2cf0692b9da3814fb742f8;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 7298bb28..ee0a27d5 100644 --- a/src/Wallabag/UserBundle/Resources/translations/wallabag_user.en.yml +++ b/src/Wallabag/UserBundle/Resources/translations/wallabag_user.en.yml @@ -1,9 +1,11 @@ # Two factor mail -auth_code.mailer.subject: 'Wallabag authentication Code' -auth_code.mailer.body.hello: "Hi %user%," -auth_code.mailer.body.content: | - 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: | - 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"