We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
onClickMarkAsRead
1 parent 3398154 commit fb354d7Copy full SHA for fb354d7
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