From f2291f16860f37772767242608c3b26698d3a293 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Fri, 19 Jan 2024 12:11:20 +0000 Subject: [PATCH] Add OTP translations --- app/config/locale/templates/email-otp.tpl | 4 ++-- app/config/locale/translations/en.json | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app/config/locale/templates/email-otp.tpl b/app/config/locale/templates/email-otp.tpl index e4c9bd2261..45564fbf80 100644 --- a/app/config/locale/templates/email-otp.tpl +++ b/app/config/locale/templates/email-otp.tpl @@ -1,8 +1,8 @@

{{hello}}

-

{{optionOtp}}

+

{{description}}

-

{{otp}}

+

{{otp}}

{{clientInfo}}

diff --git a/app/config/locale/translations/en.json b/app/config/locale/translations/en.json index 3c355ffcac..fa1b96b578 100644 --- a/app/config/locale/translations/en.json +++ b/app/config/locale/translations/en.json @@ -17,6 +17,12 @@ "emails.magicSession.clientInfo": "This sign in was requested using {{agentClient}} on {{agentDevice}} {{agentOs}}. If you didn't request the sign in, you can safely ignore this email.", "emails.magicSession.thanks": "Thanks,", "emails.magicSession.signature": "{{project}} team", + "emails.otpSession.subject": "{{project}} Login", + "emails.otpSession.hello": "Hello,", + "emails.otpSession.optionButton": "Enter the following verification code when prompted to securely sign in to your {{projectBold}} account. It will expire in 15 minutes.", + "emails.otpSession.clientInfo": "This sign in was requested using {{agentClient}} on {{agentDevice}} {{agentOs}}. If you didn't request the sign in, you can safely ignore this email.", + "emails.otpSession.thanks": "Thanks,", + "emails.otpSession.signature": "{{project}} team", "emails.recovery.subject": "Password Reset", "emails.recovery.hello": "Hello {{user}}", "emails.recovery.body": "Follow this link to reset your {{project}} password.",