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:
Elias Meire
2023-09-15 15:04:16 +02:00
committed by GitHub
parent 240b2f075e
commit d317e09c59
7 changed files with 14 additions and 14 deletions

View File

@@ -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: '',

View File

@@ -21,14 +21,14 @@ export class TwitterOAuth2Api implements ICredentialType {
extends = ['oAuth2Api'];
displayName = 'Twitter OAuth2 API';
displayName = 'X OAuth2 API';
documentationUrl = 'twitter';
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">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: '',