From dcad2189ff9f642596f82c56b90919bc236634a8 Mon Sep 17 00:00:00 2001 From: Rohan Arthur <94514895+rohan-arthur@users.noreply.github.com> Date: Tue, 19 Dec 2023 17:51:05 +0530 Subject: [PATCH] chore: changes the copy of the profiling questions (#29707) --- app/client/src/ce/constants/messages.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/client/src/ce/constants/messages.ts b/app/client/src/ce/constants/messages.ts index 66e6a64d7e..c222da393f 100644 --- a/app/client/src/ce/constants/messages.ts +++ b/app/client/src/ce/constants/messages.ts @@ -1484,9 +1484,9 @@ export const WELCOME_FORM_NON_SUPER_USER_ROLE_DROPDOWN = () => "Tell us about your primary skillset"; export const WELCOME_FORM_NON_SUPER_USER_ROLE = () => "Role"; export const WELCOME_FORM_NON_SUPER_USER_USE_CASE = () => - "What are you planning to use Appsmith for?"; + "What would you like to use Appsmith for?"; export const WELCOME_FORM_NON_SUPER_USER_PROFICIENCY_LEVEL = () => - "How would you rate your development proficiency?"; + "What is your general development proficiency?"; export const WELCOME_FORM_ROLE_ERROR_MESSAGE = () => "Please enter a role"; export const WELCOME_FORM_PROFICIENCY_ERROR_MESSAGE = () =>