feat: add industry

This commit is contained in:
Shivam Mishra
2023-12-04 13:28:01 +05:30
parent 2d02261bbb
commit 9c75c3b829
2 changed files with 15 additions and 2 deletions
@@ -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"
}
}
}