From 8d3485742b26ce50cbfc24547f7a3cb32cc3e5eb Mon Sep 17 00:00:00 2001 From: raizasafeel <89463672+raizasafeel@users.noreply.github.com> Date: Thu, 5 Mar 2026 15:27:02 +0530 Subject: [PATCH] revert: 'refactor(persona): made persona labels/options smaller and simpler' --- frontend/src/pages/PersonaForm.vue | 38 ++++++++++++++---------------- 1 file changed, 18 insertions(+), 20 deletions(-) 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', ]