Skip to content

Commit

Permalink
Replace single with double quotes (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
KievDevel authored Dec 1, 2024
1 parent e479eb8 commit f9ce64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/startup/startupDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const StartupDialog = () => {
className="mt-3"
onClick={() => dispatch(setShowStartupDialog(true))}
>
Open 'How to use'
Open "How to use"
</Button>
);
}
Expand Down

0 comments on commit f9ce64e

Please sign in to comment.