From e8bd67e7bf0adcd072438c5c05ca31c5b1a55f62 Mon Sep 17 00:00:00 2001 From: Victor Nakoryakov Date: Tue, 13 Nov 2018 12:03:35 +0300 Subject: [PATCH] tweak(xod-client): clarify message about bad refs in paste --- packages/xod-client/src/editor/messages.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/xod-client/src/editor/messages.js b/packages/xod-client/src/editor/messages.js index 25599b4c6..5a9bf81d7 100644 --- a/packages/xod-client/src/editor/messages.js +++ b/packages/xod-client/src/editor/messages.js @@ -14,7 +14,9 @@ export const CLIPBOARD_RECURSION_PASTE_ERROR = { export const clipboardMissingPatchPasteError = missingPatches => ({ title: 'Invalid paste', note: `The clipboard contains references to missing patches: ${missingPatches}.`, - solution: 'Try to install libraries which provide the required patches.', + solution: + 'First, bring the referred local patches, custom type patches, ' + + 'and third-party libraries to the project.', }); export const LIB_SUGGESTER_TYPE_TO_BEGIN =