fix(app): a11y translations

This commit is contained in:
Adam 2026-01-22 05:36:28 -06:00
parent 366da595af
commit d9b9485019
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
39 changed files with 213 additions and 28 deletions

View file

@ -41,7 +41,7 @@ export function SortableTab(props: { tab: string; onTabClose: (tab: string) => v
icon="close"
variant="ghost"
onClick={() => props.onTabClose(props.tab)}
aria-label="Close tab"
aria-label={language.t("common.closeTab")}
/>
</Tooltip>
}