779bcf5e0d
* feat: Update Signup page designs * feat: Update the signup page with dynamic testimonials * Remove the images * chore: Minor UI fixes * chore: Form aligned to centre * Update app/javascript/dashboard/routes/auth/components/Signup/Form.vue * Design improvements * Update company name key * Revert "chore: Minor UI fixes" This reverts commit 1556f4ca835d9aa0d9620fd6a3d52d259f0d7d65. * Revert "Design improvements This reverts commit dfb2364cf2f0cc93123698fde92e5f9e00536cc2. * Remove footer * Fix spacing * Update app/views/installation/onboarding/index.html.erb Co-authored-by: iamsivin <iamsivin@gmail.com> Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com>
41 lines
1.6 KiB
JSON
41 lines
1.6 KiB
JSON
{
|
|
"REGISTER": {
|
|
"TRY_WOOT": "Register an account",
|
|
"TITLE": "Register",
|
|
"TESTIMONIAL_HEADER": "All it takes is one step to move forward",
|
|
"TESTIMONIAL_CONTENT": "You're one step away from engaging your customers, retaining them and finding new ones.",
|
|
"TERMS_ACCEPT": "By signing up, you agree to our <a href=\"https://www.chatwoot.com/terms\">T & C</a> and <a href=\"https://www.chatwoot.com/privacy-policy\">Privacy policy</a>",
|
|
"COMPANY_NAME": {
|
|
"LABEL": "Company name",
|
|
"PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises",
|
|
"ERROR": "Company name is too short"
|
|
},
|
|
"FULL_NAME": {
|
|
"LABEL": "Full name",
|
|
"PLACEHOLDER": "Enter your full name. eg: Bruce Wayne",
|
|
"ERROR": "Full name is too short"
|
|
},
|
|
"EMAIL": {
|
|
"LABEL": "Work email",
|
|
"PLACEHOLDER": "Enter your work email address. eg: bruce@wayne.enterprises",
|
|
"ERROR": "Please enter a valid work email address"
|
|
},
|
|
"PASSWORD": {
|
|
"LABEL": "Password",
|
|
"PLACEHOLDER": "Password",
|
|
"ERROR": "Password is too short",
|
|
"IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character"
|
|
},
|
|
"CONFIRM_PASSWORD": {
|
|
"LABEL": "Confirm Password",
|
|
"PLACEHOLDER": "Confirm Password",
|
|
"ERROR": "Password doesnot match"
|
|
},
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Registration Successfull",
|
|
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
|
|
},
|
|
"SUBMIT": "Submit",
|
|
"HAVE_AN_ACCOUNT": "Already have an account?"
|
|
}
|
|
}
|