✏️ Fix a couple of spelling mistakes (#1485)

This commit is contained in:
Robert (Jamie) Munro
2025-02-10 15:14:19 +00:00
committed by GitHub
parent ba1706b489
commit 6042eda4bc
2 changed files with 2 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ const Delete = ({ type, id, isOpen, onClose }: DeleteProps) => {
{type === "User" && (
<span>
All items associated with this user will also be{" "}
<strong>permantly deleted. </strong>
<strong>permanently deleted. </strong>
</span>
)}
Are you sure? You will not be able to undo this action.