mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
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:
@@ -69,7 +69,7 @@ export const WorkspaceDeleteDialog: FC<WorkspaceDeleteDialogProps> = ({
|
||||
|
||||
<p>Deleting this workspace is irreversible!</p>
|
||||
<p>
|
||||
Type “<strong>{workspace.name}</strong>“ below to
|
||||
Type “<strong>{workspace.name}</strong>” below to
|
||||
confirm:
|
||||
</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user