Skip to content

Commit af4d640

Browse files
fix: add missing translations
1 parent 63ec48a commit af4d640

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/demo/src/Views/Ui/components/ModalDemo.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ export const ModalDemo = () => {
6262
prop: "size",
6363
type: `"auto" | "medium" | "large"`,
6464
default: `"medium"`,
65-
description: t("modal.propertiesDescription.onHide"),
65+
description: t("modal.propertiesDescription.size"),
6666
},
6767
{
6868
id: 7,
6969
prop: "visible",
7070
type: "Boolean",
7171
default: "false",
72-
description: t("modal.propertiesDescription.onHide"),
72+
description: t("modal.propertiesDescription.visible"),
7373
},
7474
];
7575

0 commit comments

Comments
 (0)