diff --git a/web/components/pageComponents/ConnectionsPage/ExistingConnections/index.tsx b/web/components/pageComponents/ConnectionsPage/ExistingConnections/index.tsx index c8796398..89a48158 100644 --- a/web/components/pageComponents/ConnectionsPage/ExistingConnections/index.tsx +++ b/web/components/pageComponents/ConnectionsPage/ExistingConnections/index.tsx @@ -26,7 +26,7 @@ export default function ExistingConnections(props: Props) { return (
-

MySQL Connections

+

Connections

diff --git a/web/components/pageComponents/ConnectionsPage/index.tsx b/web/components/pageComponents/ConnectionsPage/index.tsx index d83ff310..3853347b 100644 --- a/web/components/pageComponents/ConnectionsPage/index.tsx +++ b/web/components/pageComponents/ConnectionsPage/index.tsx @@ -40,8 +40,9 @@ export default function ConfigurationPage() {

Welcome to the Dolt Workbench

- Connect the workbench to any MySQL-compatible database. Use{" "} - Dolt to unlock version control features. + Connect the workbench to any MySQL or PostgreSQL compatible + database. Use Dolt to unlock version control + features.

( - + ); diff --git a/web/pages/index.tsx b/web/pages/index.tsx index 4409c9d7..a8623bbb 100644 --- a/web/pages/index.tsx +++ b/web/pages/index.tsx @@ -3,7 +3,7 @@ import Page from "@components/util/Page"; import { NextPage } from "next"; const Home: NextPage = () => { - const description = `Dolt MySQL Workbench is a web-based SQL editor for DoltDB. It allows you to query, edit, and visualize your DoltDB data.`; + const description = `Dolt Workbench is a web-based, open-source SQL workbench. It allows you to query, edit, and visualize your data.`; return (