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