Wizard: Fix incorrect aria labels
This updates previously incorrect aria labels for VMware popovers.
This commit is contained in:
parent
5ad7470031
commit
bde02b7eec
1 changed files with 2 additions and 2 deletions
|
|
@ -224,7 +224,7 @@ const TargetEnvironment = () => {
|
|||
<Button
|
||||
className="pf-u-pl-sm pf-u-pt-0 pf-u-pb-0"
|
||||
variant="plain"
|
||||
aria-label="About OpenSCAP"
|
||||
aria-label="About OVA file"
|
||||
isInline
|
||||
>
|
||||
<HelpIcon />
|
||||
|
|
@ -270,7 +270,7 @@ const TargetEnvironment = () => {
|
|||
<Button
|
||||
className="pf-u-pl-sm pf-u-pt-0 pf-u-pb-0"
|
||||
variant="plain"
|
||||
aria-label="About OpenSCAP"
|
||||
aria-label="About VMDK file"
|
||||
isInline
|
||||
>
|
||||
<HelpIcon />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue