♿️(frontend) fix incorrect aria label on tab component
Correct wrong aria label that was accidentally copied from another component during development.
This commit is contained in:
committed by
aleb_the_flash
parent
338f8d8a69
commit
4cdf257b6a
@@ -69,7 +69,7 @@ export const SettingsDialogExtended = (props: SettingsDialogExtended) => {
|
|||||||
{t('dialog.heading')}
|
{t('dialog.heading')}
|
||||||
</Heading>
|
</Heading>
|
||||||
)}
|
)}
|
||||||
<TabList border={false} aria-label="Chat log orientation example">
|
<TabList border={false}>
|
||||||
<Tab icon highlight id="1">
|
<Tab icon highlight id="1">
|
||||||
<RiAccountCircleLine />
|
<RiAccountCircleLine />
|
||||||
{isWideScreen && t('tabs.account')}
|
{isWideScreen && t('tabs.account')}
|
||||||
|
|||||||
Reference in New Issue
Block a user