From 4302924baf495d2acf788162706351ae98278417 Mon Sep 17 00:00:00 2001 From: javier Date: Thu, 20 Jun 2024 14:43:47 +0200 Subject: [PATCH] replacing cloud by enterprise in tooltip --- src/selectors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/selectors.ts b/src/selectors.ts index 66304e0..bcd9e86 100644 --- a/src/selectors.ts +++ b/src/selectors.ts @@ -60,7 +60,7 @@ export const Components = { TlsMode: { label: 'TLS/SSL Mode', tooltip: - 'This option determines whether or with what priority a secure TLS/SSL TCP/IP connection will be negotiated with the server. For QuestDB Cloud, use "require". For self-hosted QuestDB, use "disable".', + 'This option determines whether or with what priority a secure TLS/SSL TCP/IP connection will be negotiated with the server. For QuestDB Enterprise, use "require". For self-hosted QuestDB, use "disable".', placeholder: 'TLS/SSL Mode', }, TlsMethod: {