From e983266ce5cb636f6f82389e1a257c8f1dbf94fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Thu, 5 May 2022 18:53:20 +0200 Subject: [PATCH] :pencil2: Update copy --- .../nodes/HttpRequest/HttpRequest.node.ts | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/nodes-base/nodes/HttpRequest/HttpRequest.node.ts b/packages/nodes-base/nodes/HttpRequest/HttpRequest.node.ts index 687552cf5f..cbfeecbed0 100644 --- a/packages/nodes-base/nodes/HttpRequest/HttpRequest.node.ts +++ b/packages/nodes-base/nodes/HttpRequest/HttpRequest.node.ts @@ -226,20 +226,20 @@ export class HttpRequest implements INodeType { type: 'options', required: true, options: [ - { - name: 'Node Credential', - value: 'nodeCredential', - description: 'Easiest. Use a credential from another node, like Google Sheets.', - }, - { - name: 'Generic Auth', - value: 'genericAuth', - description: 'Fully customizable. Choose between Basic, Header, OAuth2 and more.', - }, { name: 'None', value: 'none', }, + { + name: 'Existing Credential Type', + value: 'nodeCredential', + description: 'We\'ve already implemented auth for many services so that you don\'t have to set it up manually', + }, + { + name: 'Generic Credential Type', + value: 'genericAuth', + description: 'Fully customizable. Choose between basic, header, OAuth2, etc.', + }, ], default: 'none', displayOptions: {