mirror of
https://github.com/docmost/docmost.git
synced 2025-11-13 09:12:36 +10:00
fix: typo in aria-label for toggle header cell button
This commit is contained in:
@ -114,7 +114,7 @@ export const TableCellMenu = React.memo(
|
||||
onClick={toggleHeaderCell}
|
||||
variant="default"
|
||||
size="lg"
|
||||
aria-label={t("Toggle he ader cell")}
|
||||
aria-label={t("Toggle header cell")}
|
||||
>
|
||||
<IconTableRow size={18} />
|
||||
</ActionIcon>
|
||||
|
||||
Reference in New Issue
Block a user