Skip to content

Commit

Permalink
replacing cloud by enterprise in tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
javier committed Jun 20, 2024
1 parent 04b3c43 commit 4302924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/selectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 4302924

Please sign in to comment.