Fix typos

This commit is contained in:
1ilit 2023-11-23 19:34:38 +02:00
parent e5b2a2be2f
commit f312b943e6
2 changed files with 3 additions and 3 deletions

View File

@ -923,7 +923,7 @@ export default function ControlPanel({
], ],
function: () => {}, function: () => {},
}, },
Properties: { Settings: {
function: () => {}, function: () => {},
}, },
Exit: { Exit: {

View File

@ -84,8 +84,8 @@ export default function TableOverview(props) {
<Popover <Popover
content={ content={
<div className="w-[300px] text-sm popover-theme"> <div className="w-[300px] text-sm popover-theme">
This feature is meant for object-relational DMSMs like This feature is meant for object-relational DBSMs like
PostgreSQL. However, if used for relational DMSMs, a JSON type PostgreSQL. However, if used for relational DBSMs, a JSON type
will be generated with the custom type schema. will be generated with the custom type schema.
</div> </div>
} }