Skip to content

Commit 2898ab3

Browse files
committed
Rephrase underscore option
1 parent 3de93ec commit 2898ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/settings/partials/DieFaceSettings.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const DieFaceSettings: FC<DieFaceSettingsProps> = ({ info }) => {
2626
/>
2727

2828
<SettingsSwitch
29-
label="Underscore"
29+
label="Align mark as underscore"
3030
checked={state.isUnderscore}
3131
onChange={(isUnderscore) => info.useStore.setState({ isUnderscore })}
3232
/>

0 commit comments

Comments
 (0)