diff --git a/frontend/src/pages/PersonaForm.vue b/frontend/src/pages/PersonaForm.vue index f397e4e0..015db21b 100644 --- a/frontend/src/pages/PersonaForm.vue +++ b/frontend/src/pages/PersonaForm.vue @@ -17,31 +17,30 @@
+
+ {{ __('What is your use case for Frappe Learning?') }} +
+
+ {{ __('What best describes your role?') }} +
-
@@ -100,13 +99,13 @@ const skipPersonaForm = () => { const roleOptions = computed(() => { const options = [ - 'Instructor', - 'Freelancer', - 'HR / L&D', - 'School Admin', - 'Developer', + 'Trainer / Instructor', + 'Freelancer / Consultant', + 'HR / L&D Professional', + 'School / University Admin', + 'Software Developer', 'Community Manager', - 'Business Owner', + 'Business Owner / Team Lead', 'Other', ] @@ -133,11 +132,10 @@ const noOfStudentsOptions = computed(() => { const useCaseOptions = computed(() => { const options = [ - 'Teach students', - 'Train employees', - 'Onboard users or community', - 'Sell courses', - 'Share learning content', + 'Teaching students in a school/university', + 'Training employees in my company', + 'Onboarding and educating my users/community', + 'Selling courses and earning income', 'Other', ]