We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3de93ec commit 2898ab3Copy full SHA for 2898ab3
src/components/settings/partials/DieFaceSettings.tsx
@@ -26,7 +26,7 @@ export const DieFaceSettings: FC<DieFaceSettingsProps> = ({ info }) => {
26
/>
27
28
<SettingsSwitch
29
- label="Underscore"
+ label="Align mark as underscore"
30
checked={state.isUnderscore}
31
onChange={(isUnderscore) => info.useStore.setState({ isUnderscore })}
32
0 commit comments