diff --git a/packages/nodes-base/nodes/InvoiceNinja/BankTransactionDescription.ts b/packages/nodes-base/nodes/InvoiceNinja/BankTransactionDescription.ts
index b72d88db48879..95e559bb9782b 100644
--- a/packages/nodes-base/nodes/InvoiceNinja/BankTransactionDescription.ts
+++ b/packages/nodes-base/nodes/InvoiceNinja/BankTransactionDescription.ts
@@ -75,7 +75,7 @@ export const bankTransactionFields: INodeProperties[] = [
name: 'bankIntegrationId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getBankIntegrations',
},
@@ -198,7 +198,7 @@ export const bankTransactionFields: INodeProperties[] = [
name: 'paymentId',
type: 'options',
description:
- 'Choose from the list, or specify an ID using an expression',
+ 'Choose from the list, or specify an ID using an expression. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getPayments',
},