diff --git a/packages/nodes-base/nodes/Google/BigQuery/v2/actions/database/executeQuery.operation.ts b/packages/nodes-base/nodes/Google/BigQuery/v2/actions/database/executeQuery.operation.ts index b08920cdb..bbc61c9dc 100644 --- a/packages/nodes-base/nodes/Google/BigQuery/v2/actions/database/executeQuery.operation.ts +++ b/packages/nodes-base/nodes/Google/BigQuery/v2/actions/database/executeQuery.operation.ts @@ -91,7 +91,7 @@ const properties: INodeProperties[] = [ }, }, { - displayName: 'Location', + displayName: 'Location (Region)', name: 'location', type: 'string', default: '', @@ -248,9 +248,13 @@ export async function execute(this: IExecuteFunctions): Promise