From 65d7f0e2c3415b867dc22bfd4a53b3b7338766e4 Mon Sep 17 00:00:00 2001 From: Aya Tanikawa <15815271+ayatnkw@users.noreply.github.com> Date: Thu, 19 Dec 2024 17:49:24 +0900 Subject: [PATCH] fix(Notion Node): Fix Relation ID description --- .../nodes/Notion/shared/descriptions/DatabasePageDescription.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nodes-base/nodes/Notion/shared/descriptions/DatabasePageDescription.ts b/packages/nodes-base/nodes/Notion/shared/descriptions/DatabasePageDescription.ts index 1a590457da..20a416e81e 100644 --- a/packages/nodes-base/nodes/Notion/shared/descriptions/DatabasePageDescription.ts +++ b/packages/nodes-base/nodes/Notion/shared/descriptions/DatabasePageDescription.ts @@ -393,7 +393,7 @@ export const databasePageFields: INodeProperties[] = [ }, default: [], description: - 'List of databases that belong to another database. Multiples can be defined separated by comma.', + 'List of database page IDs that belong to another database. Multiples can be defined separated by comma.', }, { displayName: 'Checked',