Wizard: Update description on the Packages step

Fixes #773. This changes description of the Packages step according to recent SPUR.
This commit is contained in:
regexowl 2022-09-19 14:03:54 +02:00 committed by Lucas Garfield
parent b86a9b712d
commit af062a5945

View file

@ -6,7 +6,7 @@ import StepTemplate from './stepTemplate';
export default {
StepTemplate,
id: 'wizard-systemconfiguration-packages',
title: 'Packages',
title: 'Additional packages',
name: 'packages',
substepOf: 'System configuration',
nextStep: 'image-name',
@ -16,8 +16,11 @@ export default {
name: 'packages-text-component',
label: (
<Text>
Add optional additional packages to your image by searching available
packages.
Images built with Image Builder include all required packages.
<br />
You can add additional packages to your image by searching
&quot;Available packages&quot; and adding them to the &quot;Chosen
packages&quot; list.
</Text>
),
},