From b9fdb9946a7dcfdc44e282e80c66083c2ed107ed Mon Sep 17 00:00:00 2001 From: regexowl Date: Tue, 24 Jun 2025 10:05:18 +0200 Subject: [PATCH] Wizard: Update recommendations description Turn statements around, first explain the functionality and then specify that recommendations are not dependencies. --- .../steps/Packages/PackageRecommendations.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Components/CreateImageWizard/steps/Packages/PackageRecommendations.tsx b/src/Components/CreateImageWizard/steps/Packages/PackageRecommendations.tsx index 68a229fd..0368e241 100644 --- a/src/Components/CreateImageWizard/steps/Packages/PackageRecommendations.tsx +++ b/src/Components/CreateImageWizard/steps/Packages/PackageRecommendations.tsx @@ -210,10 +210,10 @@ const PackageRecommendations = () => { <> - Dependencies for your selected packages will be - automatically included in the blueprint. The recommended - packages are optional suggestions based on what other users - add in similar setups. + The recommended packages are optional suggestions based on + what other users add in similar setups. Dependencies for + your selected packages will be automatically included in the + blueprint.