Wizard: Match the case of System configuration with other step titles
Fixes #768. This matches System configuration case with the case of the other step titles as per recent SPUR.
This commit is contained in:
parent
dfbabc1f47
commit
2520b99ad1
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ export default {
|
|||
id: 'wizard-systemconfiguration-filesystem',
|
||||
title: 'File system configuration',
|
||||
name: 'File system configuration',
|
||||
substepOf: 'System Configuration',
|
||||
substepOf: 'System configuration',
|
||||
nextStep: 'packages',
|
||||
fields: [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ export default {
|
|||
id: 'wizard-systemconfiguration-packages',
|
||||
title: 'Packages',
|
||||
name: 'packages',
|
||||
substepOf: 'System Configuration',
|
||||
substepOf: 'System configuration',
|
||||
nextStep: 'image-name',
|
||||
fields: [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue