✏️ Update copy

This commit is contained in:
Iván Ovejero 2022-05-06 09:10:59 +02:00
parent aa89404e77
commit ba9c85e131
2 changed files with 2 additions and 2 deletions

View file

@ -63,7 +63,7 @@
<div v-if="customActionSelected" class="parameter-item parameter-notice">
<n8n-notice
:content="$locale.baseText(
'nodeSettings.youCanUseTheHttpRequestNode',
'nodeSettings.useTheHttpRequestNode',
{
interpolate: {
nodeTypeDisplayName: nodeType.displayName

View file

@ -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 <b>HTTP Request</b> node to make a custom API call with your {nodeTypeDisplayName} credential. <a target=\"_blank\" href=\"https://docs.n8n.io/integrations/custom-operations/\">Learn more</a>",
"nodeSettings.useTheHttpRequestNode": "Use the <b>HTTP Request</b> node to make a custom API call. We'll take care of the {nodeTypeDisplayName} auth for you. <a target=\"_blank\" href=\"https://docs.n8n.io/integrations/custom-operations/\">Learn more</a>",
"nodeSettings.scopes": "<b>{activeCredential}</b> credential has access to the following scope:<br>{scopes} | <b>{activeCredential}</b> credential has access to the following scopes:<br>{scopes}",
"nodeView.addNode": "Add node",
"nodeView.addSticky": "Click to add sticky note",