Skip to content

Commit

Permalink
adding role=presentation to lang menu mt icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandra Timofejeva authored and Aleksandra Timofejeva committed Jul 23, 2024
1 parent f692b35 commit 84a11cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/ui/LanguageMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ export class LanguageMenu implements ILanguageSelect {
if (item.machineTranslated) {
const img = document.createElement('img')
img.src = settingsIcon
img.role = "presentation";

this.subscriptions.push(
this.uiLocalization.subscribe({
Expand Down

0 comments on commit 84a11cf

Please sign in to comment.