diff --git a/packages/nodes-base/nodes/NocoDB/OperationDescription.ts b/packages/nodes-base/nodes/NocoDB/OperationDescription.ts
index 895e08c1cd..da6d13078a 100644
--- a/packages/nodes-base/nodes/NocoDB/OperationDescription.ts
+++ b/packages/nodes-base/nodes/NocoDB/OperationDescription.ts
@@ -28,8 +28,7 @@ export const operationFields: INodeProperties[] = [
},
},
required: true,
- description:
- 'Choose from the list, or specify an ID using an expression.',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getProjects',
},