mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 03:57:52 +00:00
feat: update product copy [CWM-45] (#6372)
* chore: Update non-logged-in-page copy * Update app/javascript/dashboard/i18n/locale/en/login.json Co-authored-by: Pranav Raj S <pranav@chatwoot.com> * Update app/javascript/dashboard/i18n/locale/en/signup.json * Update app/javascript/dashboard/i18n/locale/en/signup.json --------- Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
@@ -3,16 +3,16 @@
|
|||||||
"TITLE": "Login to Chatwoot",
|
"TITLE": "Login to Chatwoot",
|
||||||
"EMAIL": {
|
"EMAIL": {
|
||||||
"LABEL": "Email",
|
"LABEL": "Email",
|
||||||
"PLACEHOLDER": "Email eg: someone@example.com"
|
"PLACEHOLDER": "example@companyname.com"
|
||||||
},
|
},
|
||||||
"PASSWORD": {
|
"PASSWORD": {
|
||||||
"LABEL": "Password",
|
"LABEL": "Password",
|
||||||
"PLACEHOLDER": "Password"
|
"PLACEHOLDER": "Password"
|
||||||
},
|
},
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Login Successful",
|
"SUCCESS_MESSAGE": "Login successful",
|
||||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later",
|
"ERROR_MESSAGE": "Could not connect to Woot server. Please try again.",
|
||||||
"UNAUTH": "Username / Password Incorrect. Please try again"
|
"UNAUTH": "Username or password is incorrect. Please try again."
|
||||||
},
|
},
|
||||||
"OAUTH": {
|
"OAUTH": {
|
||||||
"GOOGLE_LOGIN": "Login with Google",
|
"GOOGLE_LOGIN": "Login with Google",
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"RESET_PASSWORD": {
|
"RESET_PASSWORD": {
|
||||||
"TITLE": "Reset Password",
|
"TITLE": "Reset password",
|
||||||
"EMAIL": {
|
"EMAIL": {
|
||||||
"LABEL": "Email",
|
"LABEL": "Email",
|
||||||
"PLACEHOLDER": "Please enter your email",
|
"PLACEHOLDER": "Please enter your email.",
|
||||||
"ERROR": "Please enter a valid email"
|
"ERROR": "Please enter a valid email."
|
||||||
},
|
},
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Password reset link has been sent to your email",
|
"SUCCESS_MESSAGE": "Password reset link has been sent to your email.",
|
||||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
"ERROR_MESSAGE": "Could not connect to Woot server. Please try again."
|
||||||
},
|
},
|
||||||
"SUBMIT": "Submit"
|
"SUBMIT": "Submit"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,19 +1,19 @@
|
|||||||
{
|
{
|
||||||
"SET_NEW_PASSWORD": {
|
"SET_NEW_PASSWORD": {
|
||||||
"TITLE": "Set New Password",
|
"TITLE": "Set new password",
|
||||||
"PASSWORD": {
|
"PASSWORD": {
|
||||||
"LABEL": "Password",
|
"LABEL": "Password",
|
||||||
"PLACEHOLDER": "Password",
|
"PLACEHOLDER": "Password",
|
||||||
"ERROR": "Password is too short"
|
"ERROR": "Password is too short."
|
||||||
},
|
},
|
||||||
"CONFIRM_PASSWORD": {
|
"CONFIRM_PASSWORD": {
|
||||||
"LABEL": "Confirm Password",
|
"LABEL": "Confirm password",
|
||||||
"PLACEHOLDER": "Confirm Password",
|
"PLACEHOLDER": "Confirm Password",
|
||||||
"ERROR": "Passwords do not match"
|
"ERROR": "Passwords do not match."
|
||||||
},
|
},
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Successfully changed the password",
|
"SUCCESS_MESSAGE": "Successfully changed the password.",
|
||||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
"ERROR_MESSAGE": "Could not connect to Woot server. Please try again."
|
||||||
},
|
},
|
||||||
"CAPTCHA": {
|
"CAPTCHA": {
|
||||||
"ERROR": "Verification expired. Please solve captcha again."
|
"ERROR": "Verification expired. Please solve captcha again."
|
||||||
|
|||||||
@@ -10,33 +10,33 @@
|
|||||||
},
|
},
|
||||||
"COMPANY_NAME": {
|
"COMPANY_NAME": {
|
||||||
"LABEL": "Company name",
|
"LABEL": "Company name",
|
||||||
"PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises",
|
"PLACEHOLDER": "Enter your company name. E.g., Wayne Enterprises",
|
||||||
"ERROR": "Company name is too short"
|
"ERROR": "Company name is too short."
|
||||||
},
|
},
|
||||||
"FULL_NAME": {
|
"FULL_NAME": {
|
||||||
"LABEL": "Full name",
|
"LABEL": "Full name",
|
||||||
"PLACEHOLDER": "Enter your full name. eg: Bruce Wayne",
|
"PLACEHOLDER": "Enter your full name. E.g., Bruce Wayne",
|
||||||
"ERROR": "Full name is too short"
|
"ERROR": "Full name is too short."
|
||||||
},
|
},
|
||||||
"EMAIL": {
|
"EMAIL": {
|
||||||
"LABEL": "Work email",
|
"LABEL": "Work email",
|
||||||
"PLACEHOLDER": "Enter your work email address. eg: bruce@wayne.enterprises",
|
"PLACEHOLDER": "Enter your work email address. E.g., bruce@wayne.enterprises",
|
||||||
"ERROR": "Please enter a valid work email address"
|
"ERROR": "Please enter a valid work email address."
|
||||||
},
|
},
|
||||||
"PASSWORD": {
|
"PASSWORD": {
|
||||||
"LABEL": "Password",
|
"LABEL": "Password",
|
||||||
"PLACEHOLDER": "Password",
|
"PLACEHOLDER": "Password",
|
||||||
"ERROR": "Password is too short",
|
"ERROR": "Password is too short.",
|
||||||
"IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character"
|
"IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character."
|
||||||
},
|
},
|
||||||
"CONFIRM_PASSWORD": {
|
"CONFIRM_PASSWORD": {
|
||||||
"LABEL": "Confirm Password",
|
"LABEL": "Confirm password",
|
||||||
"PLACEHOLDER": "Confirm Password",
|
"PLACEHOLDER": "Confirm password",
|
||||||
"ERROR": "Password doesnot match"
|
"ERROR": "Password doesnot match."
|
||||||
},
|
},
|
||||||
"API": {
|
"API": {
|
||||||
"SUCCESS_MESSAGE": "Registration Successfull",
|
"SUCCESS_MESSAGE": "Registration Successfull",
|
||||||
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
"ERROR_MESSAGE": "Could not connect to Woot server. Please try again."
|
||||||
},
|
},
|
||||||
"SUBMIT": "Create account",
|
"SUBMIT": "Create account",
|
||||||
"HAVE_AN_ACCOUNT": "Already have an account?"
|
"HAVE_AN_ACCOUNT": "Already have an account?"
|
||||||
|
|||||||
Reference in New Issue
Block a user