From 2d9e87039535191057f2c77203cf4edb54b1fa1b Mon Sep 17 00:00:00 2001 From: martmull Date: Wed, 22 Oct 2025 13:59:18 +0200 Subject: [PATCH] Update self host url message (#15246) as title --- packages/twenty-zapier/src/authentication.ts | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/packages/twenty-zapier/src/authentication.ts b/packages/twenty-zapier/src/authentication.ts index 93a16cfd6c..5502f986ca 100644 --- a/packages/twenty-zapier/src/authentication.ts +++ b/packages/twenty-zapier/src/authentication.ts @@ -1,4 +1,4 @@ -import { Bundle, ZObject } from 'zapier-platform-core'; +import { type Bundle, type ZObject } from 'zapier-platform-core'; import requestDb from './utils/requestDb'; @@ -27,11 +27,10 @@ export default { computed: false, key: 'apiUrl', required: false, - label: 'Api Url', + label: 'Self hosted instance url', type: 'string', - placeholder: 'https://api.twenty.com', - helpText: - 'Set this only if you self-host Twenty. Use the same value as `REACT_APP_SERVER_BASE_URL` in https://docs.twenty.com/start/self-hosting/', + placeholder: 'https://crm.custom-url.com', + helpText: 'Set this only if you self-host Twenty', }, ], connectionLabel: '{{data.currentWorkspace.displayName}}',