From c9aa654ef08a2a77d34b8c6946c952749558a65e Mon Sep 17 00:00:00 2001 From: Kazuhito Yokoi Date: Wed, 30 Mar 2022 15:34:07 +0900 Subject: [PATCH] Fix incorrect variable name for i18n of the flow editor --- .../@node-red/editor-client/locales/en-US/editor.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/node_modules/@node-red/editor-client/locales/en-US/editor.json b/packages/node_modules/@node-red/editor-client/locales/en-US/editor.json index 93e847066..721c5768a 100755 --- a/packages/node_modules/@node-red/editor-client/locales/en-US/editor.json +++ b/packages/node_modules/@node-red/editor-client/locales/en-US/editor.json @@ -502,7 +502,7 @@ "searchBox": "Open search box", "managePalette": "Manage palette", "actionList": "Action list", - "splitWiresWithLinks": "Split selection with Link nodes" + "splitWireWithLinks": "Split selection with Link nodes" }, "library": { "library": "Library",