Skip to content

Commit

Permalink
feat: escape apost
Browse files Browse the repository at this point in the history
  • Loading branch information
mgierada committed Jun 21, 2024
1 parent 42bb0b1 commit 912d407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/ActionButton/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export function ActionButton({
Cancel
</AlertDialogCancel>
<AlertDialogAction onClick={handleConfirm}>
Sure, let's go!
Sure, let&apos;s go!
</AlertDialogAction>
</AlertDialogFooter>
</AlertDialogContent>
Expand Down

0 comments on commit 912d407

Please sign in to comment.