Skip to content

Commit eb19b20

Browse files
shubham-padiatimabbott
authored andcommitted
preference: Rename show app unread badge setting.
The original wording was found to be confusing, see https://chat.zulip.org/#narrow/channel/16-desktop/topic/.22app.20unread.20badge.22/near/1993426 for more details.
1 parent 69cb509 commit eb19b20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: app/renderer/js/pages/preference/general-section.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export function initGeneralSection({$root}: GeneralSectionProperties): void {
5656
</div>
5757
<div class="setting-row" id="badge-option">
5858
<div class="setting-description">
59-
${t.__("Show app unread badge")}
59+
${t.__("Show unread count badge on app icon")}
6060
</div>
6161
<div class="setting-control"></div>
6262
</div>

Diff for: public/translations/en.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@
128128
"Settings": "Settings",
129129
"Shortcuts": "Shortcuts",
130130
"Show app icon in system tray": "Show app icon in system tray",
131-
"Show app unread badge": "Show app unread badge",
132131
"Show desktop notifications": "Show desktop notifications",
133132
"Show sidebar": "Show sidebar",
133+
"Show unread count badge on app icon": "Show unread count badge on app icon",
134134
"Spellchecker Languages": "Spellchecker Languages",
135135
"Start app at login": "Start app at login",
136136
"Switch to Next Organization": "Switch to Next Organization",

0 commit comments

Comments
 (0)