V1/V2Wizard: Capitalise ID on Azure step

This capitalises id -> ID in the test of an alert on Azure step to keep consistent with the capitalisation throughout the step.
This commit is contained in:
regexowl 2024-03-04 10:08:17 +01:00 committed by Lucas Garfield
parent a911c02780
commit f82b2453f9
2 changed files with 2 additions and 2 deletions

View file

@ -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.
</Alert>

View file

@ -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.
</Alert>