Skip to content

Commit 7efdf81

Browse files
authored
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.
1 parent 095c979 commit 7efdf81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/WorkspacePage/WorkspaceDeleteDialog/WorkspaceDeleteDialog.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export const WorkspaceDeleteDialog: FC<WorkspaceDeleteDialogProps> = ({
6969

7070
<p>Deleting this workspace is irreversible!</p>
7171
<p>
72-
Type &ldquo;<strong>{workspace.name}</strong>&ldquo; below to
72+
Type &ldquo;<strong>{workspace.name}</strong>&rdquo; below to
7373
confirm:
7474
</p>
7575

0 commit comments

Comments
 (0)