diff options
author | Marco Zehe <marco.zehe@gmail.com> | 2019-11-24 12:07:02 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-11-25 09:51:00 +0100 |
commit | 14981d7331da3f63fe6cfaf020ccb7c910006eaf (patch) | |
tree | 3101c03a037975484ede92562239692ca8a8d9ab /client/src | |
parent | a5895f982e1440cb3bd78c636e41cb0ba09c87f5 (diff) | |
download | PeerTube-14981d7331da3f63fe6cfaf020ccb7c910006eaf.tar.gz PeerTube-14981d7331da3f63fe6cfaf020ccb7c910006eaf.tar.zst PeerTube-14981d7331da3f63fe6cfaf020ccb7c910006eaf.zip |
Add missing button roles for the language chooser and keyboard shortcut menu items
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/menu/menu.component.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/menu/menu.component.html b/client/src/app/menu/menu.component.html index a29e145ad..b62329052 100644 --- a/client/src/app/menu/menu.component.html +++ b/client/src/app/menu/menu.component.html | |||
@@ -104,11 +104,11 @@ | |||
104 | 104 | ||
105 | <div class="footer d-flex justify-content-between"> | 105 | <div class="footer d-flex justify-content-between"> |
106 | <span class="language"> | 106 | <span class="language"> |
107 | <span tabindex="0" (keyup.enter)="openLanguageChooser()" (click)="openLanguageChooser()" i18n-title title="Change the language" class="icon icon-language"></span> | 107 | <span tabindex="0" role="button" (keyup.enter)="openLanguageChooser()" (click)="openLanguageChooser()" i18n-title title="Change the language" class="icon icon-language"></span> |
108 | </span> | 108 | </span> |
109 | 109 | ||
110 | <span class="shortcuts"> | 110 | <span class="shortcuts"> |
111 | <span tabindex="0" (keyup.enter)="openHotkeysCheatSheet()" (click)="openHotkeysCheatSheet()" i18n-title title="Show keyboard shortcuts" class="icon icon-shortcuts"></span> | 111 | <span tabindex="0" role="button" (keyup.enter)="openHotkeysCheatSheet()" (click)="openHotkeysCheatSheet()" i18n-title title="Show keyboard shortcuts" class="icon icon-shortcuts"></span> |
112 | </span> | 112 | </span> |
113 | </div> | 113 | </div> |
114 | </menu> | 114 | </menu> |