From f312b943e6c85711b9869e631422e8d02c31736a Mon Sep 17 00:00:00 2001 From: 1ilit Date: Thu, 23 Nov 2023 19:34:38 +0200 Subject: [PATCH] Fix typos --- src/components/ControlPanel.jsx | 2 +- src/components/TypesOverview.jsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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. }