chore: fix incorrect quote in Workspace Delete confirmation modal (#15216)

Tiny PR to change left-hand double quote on right side to right-hand double quote.
This commit is contained in:
Charlie Voiselle
2024-10-24 14:43:10 -04:00
committed by GitHub
parent 095c9797c9
commit 7efdf811ae
@@ -69,7 +69,7 @@ export const WorkspaceDeleteDialog: FC<WorkspaceDeleteDialogProps> = ({
<p>Deleting this workspace is irreversible!</p>
<p>
Type &ldquo;<strong>{workspace.name}</strong>&ldquo; below to
Type &ldquo;<strong>{workspace.name}</strong>&rdquo; below to
confirm:
</p>