mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-09-28 10:33:23 +08:00
chore: missing locale string
This commit is contained in:
@ -396,7 +396,7 @@ const CreateConnectionModal = (props: Props) => {
|
|||||||
<div>
|
<div>
|
||||||
{isEditing && (
|
{isEditing && (
|
||||||
<button className="btn btn-outline" onClick={() => setShowDeleteConnectionModal(true)}>
|
<button className="btn btn-outline" onClick={() => setShowDeleteConnectionModal(true)}>
|
||||||
Delete
|
{t("common.delete")}
|
||||||
</button>
|
</button>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user