mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 20:54:07 -08: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:
parent
9f797b96d8
commit
8b3aa0d68f
|
@ -330,7 +330,7 @@ export class Spotify implements INodeType {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
placeholder: 'US',
|
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',
|
name: 'Add an Item',
|
||||||
value: 'add',
|
value: 'add',
|
||||||
description: 'Add tracks from a playlist by track and playlist URI or ID',
|
description: 'Add tracks to a playlist by track and playlist URI or ID',
|
||||||
action: 'Add an Item a playlist',
|
action: 'Add an Item to a playlist',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Create a Playlist',
|
name: 'Create a Playlist',
|
||||||
|
|
Loading…
Reference in a new issue