mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
Add OTP translations
This commit is contained in:
parent
4e73c76538
commit
f2291f1686
2 changed files with 8 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
<p>{{hello}}</p>
|
||||
|
||||
<p>{{optionOtp}}</p>
|
||||
<p>{{description}}</p>
|
||||
|
||||
<h3>{{otp}}</h3>
|
||||
<p>{{otp}}</p>
|
||||
|
||||
<p>{{clientInfo}}</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -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.",
|
||||
|
|
|
|||
Loading…
Reference in a new issue