diff --git a/app/javascript/dashboard/i18n/locale/en/signup.json b/app/javascript/dashboard/i18n/locale/en/signup.json
index 3da6bcbd7..8defb3133 100644
--- a/app/javascript/dashboard/i18n/locale/en/signup.json
+++ b/app/javascript/dashboard/i18n/locale/en/signup.json
@@ -1,10 +1,10 @@
{
"REGISTER": {
- "TRY_WOOT": "Register an account",
+ "TRY_WOOT": "Create 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 T & C and Privacy policy",
+ "TERMS_ACCEPT": "By creating an account, you agree to our T & C and Privacy policy",
"COMPANY_NAME": {
"LABEL": "Company name",
"PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises",
@@ -35,7 +35,7 @@
"SUCCESS_MESSAGE": "Registration Successfull",
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
},
- "SUBMIT": "Submit",
+ "SUBMIT": "Create account",
"HAVE_AN_ACCOUNT": "Already have an account?"
}
}