Skip to content

Commit b78f6d8

Browse files
committed
style: fix comma in pause confirmation message
1 parent d56cc9f commit b78f6d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/features/dashboard/sandbox/header/pause-button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export default function PauseButton({ className }: PauseButtonProps) {
6565
open={open}
6666
onOpenChange={setOpen}
6767
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."
68+
description="Are you sure you want to pause this sandbox? Its state will be preserved, and you can resume it later."
6969
confirm="Pause Sandbox"
7070
trigger={
7171
<Button variant="secondary" className={className}>

0 commit comments

Comments
 (0)