diff --git a/src/components/ControlPanel.jsx b/src/components/ControlPanel.jsx index 2b6a3b3..460c66e 100644 --- a/src/components/ControlPanel.jsx +++ b/src/components/ControlPanel.jsx @@ -923,7 +923,7 @@ export default function ControlPanel({ ], function: () => {}, }, - Properties: { + Settings: { function: () => {}, }, Exit: { diff --git a/src/components/TypesOverview.jsx b/src/components/TypesOverview.jsx index f2ffe65..17459ae 100644 --- a/src/components/TypesOverview.jsx +++ b/src/components/TypesOverview.jsx @@ -84,8 +84,8 @@ export default function TableOverview(props) { - This feature is meant for object-relational DMSMs like - PostgreSQL. However, if used for relational DMSMs, a JSON type + This feature is meant for object-relational DBSMs like + PostgreSQL. However, if used for relational DBSMs, a JSON type will be generated with the custom type schema. }