mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
docs: Update wording in X credentials (#10327)
This commit is contained in:
@@ -36,8 +36,8 @@ export class TwitterOAuth1Api implements ICredentialType {
|
||||
},
|
||||
{
|
||||
displayName:
|
||||
'Some operations requires a Basic or a Pro API for more informations see <a href="https://developer.twitter.com/en/products/twitter-api" target="_blank">X API Docs</a>',
|
||||
name: 'apiPermissioms',
|
||||
'Some operations require a Basic or Pro API. Refer to <a href="https://developer.x.com/en/docs/twitter-api" target="_blank">X API Docs</a> for more information.',
|
||||
name: 'apiPermissions',
|
||||
type: 'notice',
|
||||
default: '',
|
||||
},
|
||||
|
||||
@@ -28,8 +28,8 @@ export class TwitterOAuth2Api implements ICredentialType {
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
displayName:
|
||||
'Some operations requires a Basic or a Pro API for more informations see <a href="https://developer.twitter.com/en/products/twitter-api" target="_blank">X API Docs</a>',
|
||||
name: 'apiPermissioms',
|
||||
'Some operations require a Basic or Pro API. Refer to <a href="https://developer.x.com/en/docs/twitter-api" target="_blank">X API Docs</a> for more information.',
|
||||
name: 'apiPermissions',
|
||||
type: 'notice',
|
||||
default: '',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user