diff --git a/packages/client/src/app/pages/welcome/welcome.tsx b/packages/client/src/app/pages/welcome/welcome.tsx index 131407922..3fd8f11c2 100644 --- a/packages/client/src/app/pages/welcome/welcome.tsx +++ b/packages/client/src/app/pages/welcome/welcome.tsx @@ -33,13 +33,13 @@ export const Welcome: React.FC = () => { - {translate('Freeform installed successfully!')} + {translate('Awesome! Freeform is successfully installed!')} {translate( - 'Thank you for choosing Freeform! Craft will install the free Express edition by default. If you wish to maximize your experience, be sure to manually switch the edition to Lite or Pro. Below are a few helpful links to get you started.' + "Thanks for choosing Freeform! Craft will automatically set you up with the free Express edition. If you're excited to explore even more features, consider switching to the Lite or Pro edition! We've included some helpful links below to get you started. Enjoy!" )} @@ -52,6 +52,11 @@ export const Welcome: React.FC = () => { {translate('Install Demo')} +