From 4450b6c2e9fa612679fbb88069a62439520bd9f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Thu, 5 May 2022 18:27:25 +0200 Subject: [PATCH] :zap: Add docs link --- packages/editor-ui/src/plugins/i18n/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor-ui/src/plugins/i18n/locales/en.json b/packages/editor-ui/src/plugins/i18n/locales/en.json index 175759ee55..11d1cf2cc4 100644 --- a/packages/editor-ui/src/plugins/i18n/locales/en.json +++ b/packages/editor-ui/src/plugins/i18n/locales/en.json @@ -411,7 +411,7 @@ "nodeSettings.thisNodeDoesNotHaveAnyParameters": "This node does not have any parameters", "nodeSettings.waitBetweenTries.description": "How long to wait between each attempt (in milliseconds)", "nodeSettings.waitBetweenTries.displayName": "Wait Between Tries (ms)", - "nodeSettings.youCanUseTheHttpRequestNode": "You can use the HTTP Request node to make a custom API call with your {nodeTypeDisplayName} credential. Learn more", + "nodeSettings.youCanUseTheHttpRequestNode": "You can use the HTTP Request node to make a custom API call with your {nodeTypeDisplayName} credential. Learn more", "nodeSettings.scopes": "Your {activeCredential} credential has access to the following scope:
{scopes} | Your {activeCredential} credential has access to the following scopes:
{scopes}", "nodeView.addNode": "Add node", "nodeView.addSticky": "Click to add sticky note",