From d3c1aefbe032176898c481d3d59582ff08324797 Mon Sep 17 00:00:00 2001 From: kjmartens Date: Tue, 24 Dec 2024 10:30:19 -0600 Subject: [PATCH] feat(SFT-1680): updating language and options on install Welcome page --- .../client/src/app/pages/welcome/welcome.tsx | 9 ++++++-- .../plugin/src/Resources/js/client/client.js | 2 +- .../plugin/src/Resources/js/client/vendor.js | 2 +- .../payments/WebhooksController.php | 2 +- .../plugin/src/translations/de/freeform.php | 7 ++++--- .../plugin/src/translations/en/freeform.php | 7 ++++--- .../plugin/src/translations/fr/freeform.php | 7 ++++--- .../plugin/src/translations/it/freeform.php | 21 ++++++++++--------- .../plugin/src/translations/nl/freeform.php | 17 ++++++++------- packages/scripts/src/utilities/output.php | 2 +- 10 files changed, 43 insertions(+), 33 deletions(-) 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')} +