Add OTP translations

This commit is contained in:
Matej Bačo 2024-01-19 12:11:20 +00:00
parent 4e73c76538
commit f2291f1686
2 changed files with 8 additions and 2 deletions

View file

@ -1,8 +1,8 @@
<p>{{hello}}</p>
<p>{{optionOtp}}</p>
<p>{{description}}</p>
<h3>{{otp}}</h3>
<p>{{otp}}</p>
<p>{{clientInfo}}</p>

View file

@ -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.",