From 6e9091fab15b1c504183b62933f4a41e8c69e61a Mon Sep 17 00:00:00 2001 From: regexowl Date: Mon, 29 Apr 2024 15:01:10 +0200 Subject: [PATCH] V2Wizard: Consistent capitalisation This converts all headings and subheadings to sentence case for the sake of consistency. --- .../steps/Registration/RegisterLaterInformation.tsx | 2 +- .../steps/Review/ReviewStepTextLists.tsx | 4 ++-- .../steps/TargetEnvironment/Aws/AwsAccountId.tsx | 2 +- .../steps/TargetEnvironment/Aws/AwsSourcesSelect.tsx | 2 +- .../steps/TargetEnvironment/Aws/index.tsx | 4 ++-- .../steps/TargetEnvironment/Azure/AzureSourcesSelect.tsx | 2 +- .../steps/TargetEnvironment/Azure/index.tsx | 8 ++++---- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/Components/CreateImageWizardV2/steps/Registration/RegisterLaterInformation.tsx b/src/Components/CreateImageWizardV2/steps/Registration/RegisterLaterInformation.tsx index 55ec8d3e..f71ae4ea 100644 --- a/src/Components/CreateImageWizardV2/steps/Registration/RegisterLaterInformation.tsx +++ b/src/Components/CreateImageWizardV2/steps/Registration/RegisterLaterInformation.tsx @@ -13,7 +13,7 @@ import { RHC_URL } from '../../../../constants'; const RegisterLaterInformation = () => { return ( - Register Later + Register later On initial boot, systems will need to be registered manually before having access to updates or Red Hat services. Registering and connecting diff --git a/src/Components/CreateImageWizardV2/steps/Review/ReviewStepTextLists.tsx b/src/Components/CreateImageWizardV2/steps/Review/ReviewStepTextLists.tsx index a8bf7cbb..dbb4a6bc 100644 --- a/src/Components/CreateImageWizardV2/steps/Review/ReviewStepTextLists.tsx +++ b/src/Components/CreateImageWizardV2/steps/Review/ReviewStepTextLists.tsx @@ -331,7 +331,7 @@ export const TargetEnvAzureList = () => { {shareMethod === 'manual' && ( <> - Azure Tenant ID + Azure tenant ID {tenantId} @@ -469,7 +469,7 @@ export const ContentList = ({ component={TextListItemVariants.dt} className="pf-u-min-width" > - Repository Snapshot + Repository snapshot { return ( <> - + { return ( <> - + { - + { )} {shareMethod === 'manual' && ( <> - + dispatch(changeAzureTenantId(value))}