fix(Chat): Use proper 'aria-label' attr on tab menu

This commit is contained in:
Vlad Piersec 2021-10-27 15:02:12 +03:00 committed by vp8x8
parent 53a05dd1ad
commit b6047b9761
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ class Chat extends AbstractChat<Props> {
return (
<div
ariaLabel = { t(_isPollsEnabled ? 'chat.titleWithPolls' : 'chat.title') }
aria-label = { t(_isPollsEnabled ? 'chat.titleWithPolls' : 'chat.title') }
className = { 'chat-tabs-container' }
role = 'tablist'>
<div