Fix typos
This commit is contained in:
parent
e5b2a2be2f
commit
f312b943e6
@ -923,7 +923,7 @@ export default function ControlPanel({
|
|||||||
],
|
],
|
||||||
function: () => {},
|
function: () => {},
|
||||||
},
|
},
|
||||||
Properties: {
|
Settings: {
|
||||||
function: () => {},
|
function: () => {},
|
||||||
},
|
},
|
||||||
Exit: {
|
Exit: {
|
||||||
|
@ -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>
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user