chore: missing locale string

This commit is contained in:
Tianzhou Chen
2023-05-21 13:13:24 +08:00
parent f9f909b82c
commit 120ada39c1

View File

@ -396,7 +396,7 @@ const CreateConnectionModal = (props: Props) => {
<div>
{isEditing && (
<button className="btn btn-outline" onClick={() => setShowDeleteConnectionModal(true)}>
Delete
{t("common.delete")}
</button>
)}
</div>