We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
onClickMarkAsRead
1 parent f8a6ac2 commit 3d88d66Copy full SHA for 3d88d66
src/routes/Settings.tsx
@@ -93,7 +93,7 @@ export const SettingsRoute: React.FC = () => {
93
/>
94
<FieldCheckbox
95
name="onClickMarkAsRead"
96
- label="On Click, Mark as Read"
+ label="Mark as read on click"
97
checked={settings.markOnClick}
98
onChange={(evt) => updateSetting('markOnClick', evt.target.checked)}
99
0 commit comments