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:
parent
b86a9b712d
commit
af062a5945
1 changed files with 6 additions and 3 deletions
|
|
@ -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
|
||||
"Available packages" and adding them to the "Chosen
|
||||
packages" list.
|
||||
</Text>
|
||||
),
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue