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