email placeholder to remind users which address to check for their code

This commit is contained in:
Arseni
2026-01-28 14:50:11 +03:00
parent d78fe5daa0
commit 97dec6a8a0
3 changed files with 21 additions and 3 deletions

View File

@@ -111,7 +111,13 @@
"usersManagement": "User Management",
"navigationOrganizationSettings": "Organization settings",
"navigationAccountSettings": "Profile settings",
"twoFactorPrompt": "Enter the 6-digit code we sent to your device",
"twoFactorPrompt": "Enter the 6-digit code we sent to {email}",
"@twoFactorPrompt": {
"description": "Two-factor prompt showing the destination email address",
"placeholders": {
"email": {}
}
},
"twoFactorResend": "Didnt receive a code? Resend",
"twoFactorTitle": "Two-Factor Authentication",
"twoFactorError": "Invalid code. Please try again.",