Skip to content

Commit

Permalink
fix(theme): change HelpText title to aria-label - see pr #2438
Browse files Browse the repository at this point in the history
  • Loading branch information
unekinn committed Sep 20, 2024
1 parent e987c92 commit c19898c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/theme/components/Previews/Components/Components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ export const Components = () => {
<Dropdown.Item>Spansk</Dropdown.Item>
<Dropdown.Item>Fransk</Dropdown.Item>
</Dropdown>
<HelpText title='Du har ikke valgt språk'>
<HelpText aria-label='Du har ikke valgt språk'>
Velg språk for å endre innholdet på siden
</HelpText>
</Dropdown.Context>
Expand Down

0 comments on commit c19898c

Please sign in to comment.