We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d56cc9f commit b78f6d8Copy full SHA for b78f6d8
1 file changed
src/features/dashboard/sandbox/header/pause-button.tsx
@@ -65,7 +65,7 @@ export default function PauseButton({ className }: PauseButtonProps) {
65
open={open}
66
onOpenChange={setOpen}
67
title="Pause Sandbox"
68
- description="Are you sure you want to pause this sandbox? Its state will be preserved and you can resume it later."
+ description="Are you sure you want to pause this sandbox? Its state will be preserved, and you can resume it later."
69
confirm="Pause Sandbox"
70
trigger={
71
<Button variant="secondary" className={className}>
0 commit comments