diff --git a/packages/nodes-base/credentials/GithubApi.credentials.ts b/packages/nodes-base/credentials/GithubApi.credentials.ts index e6bcbec632..2be14a8674 100644 --- a/packages/nodes-base/credentials/GithubApi.credentials.ts +++ b/packages/nodes-base/credentials/GithubApi.credentials.ts @@ -13,7 +13,7 @@ export class GithubApi implements ICredentialType { name: 'server', type: 'string', default: 'https://api.github.com', - description: 'The server to connect to. Does only have to get changed if Github Enterprise gets used.', + description: 'The server to connect to. Only has to be set if Github Enterprise is used.', }, { displayName: 'User', diff --git a/packages/nodes-base/credentials/GithubOAuth2Api.credentials.ts b/packages/nodes-base/credentials/GithubOAuth2Api.credentials.ts index 8a3b213b20..057b8d29c3 100644 --- a/packages/nodes-base/credentials/GithubOAuth2Api.credentials.ts +++ b/packages/nodes-base/credentials/GithubOAuth2Api.credentials.ts @@ -17,7 +17,7 @@ export class GithubOAuth2Api implements ICredentialType { name: 'server', type: 'string', default: 'https://api.github.com', - description: 'The server to connect to. Does only have to get changed if Github Enterprise gets used.', + description: 'The server to connect to. Only has to be set if Github Enterprise is used.', }, { displayName: 'Authorization URL',