Skip to content

Commit

Permalink
[web] Remove aria-label
Browse files Browse the repository at this point in the history
  • Loading branch information
joseivanlopez committed Sep 27, 2023
1 parent 839b1ee commit 7f32cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/storage/ProposalSettingsSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ const LVMSettingsForm = ({
<Form id={id} onSubmit={onSubmit}>
<div className="split">
<span>{_("Devices for creating the volume group")}</span>
<ToggleGroup aria-label="Volume group devices" isCompact>
<ToggleGroup isCompact>
<ToggleGroupItem
text={_("Installation device")}
buttonId="bootDevice"
Expand Down

0 comments on commit 7f32cd4

Please sign in to comment.