@@ -133,7 +133,7 @@ export default function SettingsPage() {
133133 useAdvanced : false ,
134134 customPath : "" ,
135135 } ) ;
136- toast . success ( "Disconnected from ClickHouse server." ) ;
136+ toast . success ( "Disconnected from DuckDB server." ) ;
137137 navigate ( "/settings" ) ;
138138 } ;
139139
@@ -162,7 +162,7 @@ export default function SettingsPage() {
162162 Using Environment Variables
163163 </ AlertTitle >
164164 < AlertDescription >
165- Your ClickHouse credentials are set using environment
165+ Your DuckDB credentials are set using environment
166166 variables. Please update your environment variables to change
167167 the connection settings.
168168 </ AlertDescription >
@@ -176,7 +176,7 @@ export default function SettingsPage() {
176176 Connection Settings
177177 </ CardTitle >
178178 < CardDescription >
179- Configure your connection to the ClickHouse server
179+ Configure your connection to the DuckDB server
180180 </ CardDescription >
181181 </ CardHeader >
182182
@@ -194,7 +194,7 @@ export default function SettingsPage() {
194194 < FormItem >
195195 < FormLabel className = "flex items-center gap-2" >
196196 < Server className = "h-4 w-4" />
197- ClickHouse Host
197+ DuckDB API Host
198198 </ FormLabel >
199199 < FormControl >
200200 < Input
@@ -321,7 +321,7 @@ export default function SettingsPage() {
321321 Advanced Settings
322322 </ FormLabel >
323323 < FormDescription >
324- Enable custom path handling for the ClickHouse
324+ Enable custom path handling for the
325325 URL
326326 </ FormDescription >
327327 </ div >
@@ -340,7 +340,7 @@ export default function SettingsPage() {
340340 < Input
341341 className = "font-mono"
342342 disabled = { isLoadingCredentials }
343- placeholder = "clickhouse -{cluster_name}"
343+ placeholder = "distributed -{cluster_name}"
344344 { ...field }
345345 />
346346 </ FormControl >
0 commit comments