mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
📝 Improve text on Airtable node
This commit is contained in:
parent
47500957a3
commit
d0b2bc1237
|
@ -22,7 +22,7 @@ export class Airtable implements INodeType {
|
|||
icon: 'file:airtable.png',
|
||||
group: ['input'],
|
||||
version: 1,
|
||||
description: 'Read, update, write and delete data to Airtable',
|
||||
description: 'Read, update, write and delete data from Airtable',
|
||||
defaults: {
|
||||
name: 'Airtable',
|
||||
color: '#445599',
|
||||
|
|
Loading…
Reference in a new issue