Skip to content

Commit

Permalink
fix aria-label=Delete
Browse files Browse the repository at this point in the history
apparently a copy-paste bug in the prototype

BTW shouldn't we use _(translations) more?
  • Loading branch information
mvidner committed Jan 17, 2025
1 parent ba30864 commit f2f32f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/storage/DriveEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ const PartitionMenuItem = ({ driveName, mountPath }) => {
/>
<MenuItemAction
style={{ paddingInline: "4px", alignSelf: "center" }}
icon={<Icon name="delete" size="xs" aria-label={"Edit"} />}
icon={<Icon name="delete" size="xs" aria-label={"Delete"} />}
actionId={`delete-${mountPath}`}
aria-label={`Delete ${mountPath}`}
onClick={onDelete}
Expand Down

0 comments on commit f2f32f3

Please sign in to comment.