diff --git a/app/javascript/dashboard/i18n/locale/en/signup.json b/app/javascript/dashboard/i18n/locale/en/signup.json index 15d4e34a7..2fde8cb31 100644 --- a/app/javascript/dashboard/i18n/locale/en/signup.json +++ b/app/javascript/dashboard/i18n/locale/en/signup.json @@ -72,6 +72,10 @@ "PLACEHOLDER": "Enter your company name", "ERROR": "Company name is too short." }, + "INDUSTRY": { + "LABEL": "Industry", + "PLACEHOLDER": "Select your industry" + }, "TIMEZONE": { "LABEL": "Timezone", "PLACEHOLDER": "What timezone do you work from?" @@ -86,7 +90,8 @@ } }, "FOUNDERS_NOTE": { - "TITLE": "A note from the founder" + "TITLE": "A note from the founder", + "SUBMIT": "Continue" } } } diff --git a/app/javascript/v3/views/auth/start/SetupCompany.vue b/app/javascript/v3/views/auth/start/SetupCompany.vue index 40521b2ff..45c294596 100644 --- a/app/javascript/v3/views/auth/start/SetupCompany.vue +++ b/app/javascript/v3/views/auth/start/SetupCompany.vue @@ -7,12 +7,19 @@