From 9c820664dc773ebbdfe319eb183dab5895a65626 Mon Sep 17 00:00:00 2001 From: 1ilit Date: Fri, 31 May 2024 17:18:03 +0300 Subject: [PATCH] Fix label for cannot connect toast --- src/components/EditorCanvas/Canvas.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/EditorCanvas/Canvas.jsx b/src/components/EditorCanvas/Canvas.jsx index 30cdd88..e99063e 100644 --- a/src/components/EditorCanvas/Canvas.jsx +++ b/src/components/EditorCanvas/Canvas.jsx @@ -362,7 +362,7 @@ export default function Canvas() { tables[linkingLine.startTableId].fields[linkingLine.startFieldId].type !== tables[hoveredTable.tableId].fields[hoveredTable.field].type ) { - Toast.info(t("connot_connect")); + Toast.info(t("cannot_connect")); return; } if (