️(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:
lebaudantoine
2025-08-12 12:34:41 +02:00
committed by aleb_the_flash
parent 338f8d8a69
commit 4cdf257b6a

View File

@@ -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')}