mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(X (Formerly Twitter) Node): Rename Twitter to X (keep Twitter alias) (#7179)
Github issue / Community forum post (link here to close automatically):
This commit is contained in:
@@ -5,7 +5,7 @@ export class TwitterOAuth1Api implements ICredentialType {
|
||||
|
||||
extends = ['oAuth1Api'];
|
||||
|
||||
displayName = 'Twitter OAuth API';
|
||||
displayName = 'X OAuth API';
|
||||
|
||||
documentationUrl = 'twitter';
|
||||
|
||||
@@ -36,7 +36,7 @@ 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">Twitter Api Doc</a>',
|
||||
'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',
|
||||
type: 'notice',
|
||||
default: '',
|
||||
|
||||
Reference in New Issue
Block a user