mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
fix(Spotify Node): Fix typos in descriptions (no-changelog) (#7194)
Github issue / Community forum post (link here to close automatically): https://github.com/n8n-io/n8n/issues/7191
This commit is contained in:
@@ -330,7 +330,7 @@ export class Spotify implements INodeType {
|
||||
},
|
||||
},
|
||||
placeholder: 'US',
|
||||
description: 'Top tracks in which country? Enter the postal abbriviation',
|
||||
description: 'Top tracks in which country? Enter the postal abbreviation',
|
||||
},
|
||||
|
||||
{
|
||||
@@ -367,8 +367,8 @@ export class Spotify implements INodeType {
|
||||
{
|
||||
name: 'Add an Item',
|
||||
value: 'add',
|
||||
description: 'Add tracks from a playlist by track and playlist URI or ID',
|
||||
action: 'Add an Item a playlist',
|
||||
description: 'Add tracks to a playlist by track and playlist URI or ID',
|
||||
action: 'Add an Item to a playlist',
|
||||
},
|
||||
{
|
||||
name: 'Create a Playlist',
|
||||
|
||||
Reference in New Issue
Block a user