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 = () =>