From 9c75c3b8297de56ab377703efb112979c7a82a4e Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Mon, 4 Dec 2023 13:28:01 +0530 Subject: [PATCH] feat: add industry --- app/javascript/dashboard/i18n/locale/en/signup.json | 7 ++++++- app/javascript/v3/views/auth/start/SetupCompany.vue | 10 +++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) 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 @@
+