Skip to content

Commit fb354d7

Browse files
authored
Change casing and phrasing of onClickMarkAsRead field (#554)
1 parent 3398154 commit fb354d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/Settings.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export const SettingsRoute: React.FC = () => {
9393
/>
9494
<FieldCheckbox
9595
name="onClickMarkAsRead"
96-
label="On Click, Mark as Read"
96+
label="Mark as read on click"
9797
checked={settings.markOnClick}
9898
onChange={(evt) => updateSetting('markOnClick', evt.target.checked)}
9999
/>

0 commit comments

Comments
 (0)