This commit is contained in:
Philipinho
2026-05-14 00:36:30 +01:00
parent 784a30b5a2
commit cb0aeedabf
2 changed files with 2 additions and 3 deletions
@@ -276,7 +276,6 @@
"Align left": "Align left", "Align left": "Align left",
"Align right": "Align right", "Align right": "Align right",
"Align center": "Align center", "Align center": "Align center",
"Text alignment": "Text alignment",
"Justify": "Justify", "Justify": "Justify",
"Merge cells": "Merge cells", "Merge cells": "Merge cells",
"Split cell": "Split cell", "Split cell": "Split cell",
@@ -86,11 +86,11 @@ export const TableTextAlignment: FC<TableTextAlignmentProps> = ({ editor }) => {
transitionProps={{ transition: "pop" }} transitionProps={{ transition: "pop" }}
> >
<Popover.Target> <Popover.Target>
<Tooltip label={t("Text alignment")} withArrow> <Tooltip label={t("Text align")} withArrow>
<ActionIcon <ActionIcon
variant="subtle" variant="subtle"
size="lg" size="lg"
aria-label={t("Text alignment")} aria-label={t("Text align")}
onClick={() => setOpened(!opened)} onClick={() => setOpened(!opened)}
> >
<activeItem.icon size={18} /> <activeItem.icon size={18} />