✏️ Update copy

This commit is contained in:
Iván Ovejero 2022-05-05 18:53:20 +02:00
parent 6d2bb7e18d
commit e983266ce5

View file

@ -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: {