From 2520b99ad17bf8f2f97858a1dd4ec743e09f378f Mon Sep 17 00:00:00 2001 From: regexowl Date: Thu, 25 Aug 2022 12:52:31 +0200 Subject: [PATCH] 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. --- .../CreateImageWizard/steps/fileSystemConfiguration.js | 2 +- src/Components/CreateImageWizard/steps/packages.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Components/CreateImageWizard/steps/fileSystemConfiguration.js b/src/Components/CreateImageWizard/steps/fileSystemConfiguration.js index 87234ee7..f6a2a4e5 100644 --- a/src/Components/CreateImageWizard/steps/fileSystemConfiguration.js +++ b/src/Components/CreateImageWizard/steps/fileSystemConfiguration.js @@ -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: [ { diff --git a/src/Components/CreateImageWizard/steps/packages.js b/src/Components/CreateImageWizard/steps/packages.js index 16857ffd..c8615194 100644 --- a/src/Components/CreateImageWizard/steps/packages.js +++ b/src/Components/CreateImageWizard/steps/packages.js @@ -8,7 +8,7 @@ export default { id: 'wizard-systemconfiguration-packages', title: 'Packages', name: 'packages', - substepOf: 'System Configuration', + substepOf: 'System configuration', nextStep: 'image-name', fields: [ {