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:
parent
a911c02780
commit
f82b2453f9
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue