Skip to content

Commit b80aa9f

Browse files
committed
refactor: rename show notification count in tray label
Signed-off-by: Adam Setch <[email protected]>
1 parent 5c866e2 commit b80aa9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/renderer/components/settings/SystemSettings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export const SystemSettings: FC = () => {
5353

5454
<Checkbox
5555
name="showNotificationsCountInTray"
56-
label="Show notifications count in tray"
56+
label="Show notification count in tray"
5757
checked={settings.showNotificationsCountInTray}
5858
visible={isMacOS()}
5959
onChange={(evt) =>

src/renderer/routes/__snapshots__/Settings.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)