Skip to content

Commit 9c82066

Browse files
committed
Fix label for cannot connect toast
1 parent 1768c39 commit 9c82066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/EditorCanvas/Canvas.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ export default function Canvas() {
362362
tables[linkingLine.startTableId].fields[linkingLine.startFieldId].type !==
363363
tables[hoveredTable.tableId].fields[hoveredTable.field].type
364364
) {
365-
Toast.info(t("connot_connect"));
365+
Toast.info(t("cannot_connect"));
366366
return;
367367
}
368368
if (

0 commit comments

Comments
 (0)