Login: fix translation

This commit is contained in:
Darya Umrikhina 2024-08-28 13:00:08 +04:00
parent 36db8905bd
commit 774a92e910
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
"EnterAppCodeDescription": "Enter 6-digit generated code from your app. If you don't have access to your phone, use the backup codes.",
"EnterAppCodeTitle": "Enter code from authentication app",
"EnterCodePlaceholder": "Enter code",
"EnterEmail": "Enter email",
"EnterEmailHeader": "Enter email",
"EnterPhone": "Enter mobile phone number",
"GetCode": "Get code",
"LoginRegistryButton": "Join",

View File

@ -70,7 +70,7 @@ const EmailInputForm = ({
return (
<div className="email-container">
<Text fontSize="16px" fontWeight="600" className="sign-in-subtitle">
{t("EnterEmail")}
{t("EnterEmailHeader")}
</Text>
<FieldContainer
className="form-field"