diff --git a/src/Components/CreateImageWizard/formComponents/AzureSourcesSelect.js b/src/Components/CreateImageWizard/formComponents/AzureSourcesSelect.js index 89200e91..c27fcf83 100644 --- a/src/Components/CreateImageWizard/formComponents/AzureSourcesSelect.js +++ b/src/Components/CreateImageWizard/formComponents/AzureSourcesSelect.js @@ -146,7 +146,7 @@ const AzureSourcesSelect = ({ label, isRequired, className, ...props }) => { isInline title={'Azure details unavailable'} > - Could not fetch Tenant id and Subscription id from Azure for given + Could not fetch Tenant ID and Subscription ID from Azure for given Source. Check Sources page for the source availability or select a different Source. diff --git a/src/Components/CreateImageWizardV2/steps/TargetEnvironment/Azure/AzureSourcesSelect.tsx b/src/Components/CreateImageWizardV2/steps/TargetEnvironment/Azure/AzureSourcesSelect.tsx index 5fe68079..e750bf1c 100644 --- a/src/Components/CreateImageWizardV2/steps/TargetEnvironment/Azure/AzureSourcesSelect.tsx +++ b/src/Components/CreateImageWizardV2/steps/TargetEnvironment/Azure/AzureSourcesSelect.tsx @@ -144,7 +144,7 @@ export const AzureSourcesSelect = () => { isInline title={'Azure details unavailable'} > - Could not fetch Tenant id and Subscription id from Azure for given + Could not fetch Tenant ID and Subscription ID from Azure for given Source. Check Sources page for the source availability or select a different Source.