feat: Minor improvements to login UI (#7494)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Shivam Mishra
2023-07-13 02:05:02 +05:30
committed by GitHub
parent 918e1f25c2
commit d495411ef5
3 changed files with 35 additions and 11 deletions

View File

@@ -3,7 +3,8 @@
"TITLE": "Login to Chatwoot",
"EMAIL": {
"LABEL": "Email",
"PLACEHOLDER": "example@companyname.com"
"PLACEHOLDER": "example@companyname.com",
"ERROR": "Please enter a valid email address"
},
"PASSWORD": {
"LABEL": "Password",
@@ -20,7 +21,7 @@
"NO_ACCOUNT_FOUND": "We couldn't find an account for your email address."
},
"FORGOT_PASSWORD": "Forgot your password?",
"CREATE_NEW_ACCOUNT": "Create new account",
"CREATE_NEW_ACCOUNT": "Create a new account",
"SUBMIT": "Login"
}
}