From 27365c9f7bcbc702dac08eb62e69f90ae25e6018 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Tue, 13 Nov 2018 23:11:28 +0000 Subject: [PATCH] Tweak conflict message --- .../@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 27993fa9f..7abd54da1 100644 --- 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 @@ -425,7 +425,7 @@ "install": "install", "installed": "installed", "conflict": "conflict", - "conflictTip": "

The module cannot be installed as it includes a
node type that has already been installed

Conflicts with __module__

", + "conflictTip": "

This module cannot be installed as it includes a
node type that has already been installed

Conflicts with __module__

", "loading": "Loading catalogues...", "tab-nodes": "Nodes", "tab-install": "Install",