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.
This commit is contained in:
Shubham Padia
2024-12-11 12:16:52 +05:30
committed by Tim Abbott
parent 69cb509fe5
commit eb19b20da2
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ export function initGeneralSection({$root}: GeneralSectionProperties): void {
</div>
<div class="setting-row" id="badge-option">
<div class="setting-description">
${t.__("Show app unread badge")}
${t.__("Show unread count badge on app icon")}
</div>
<div class="setting-control"></div>
</div>

View File

@@ -128,9 +128,9 @@
"Settings": "Settings",
"Shortcuts": "Shortcuts",
"Show app icon in system tray": "Show app icon in system tray",
"Show app unread badge": "Show app unread badge",
"Show desktop notifications": "Show desktop notifications",
"Show sidebar": "Show sidebar",
"Show unread count badge on app icon": "Show unread count badge on app icon",
"Spellchecker Languages": "Spellchecker Languages",
"Start app at login": "Start app at login",
"Switch to Next Organization": "Switch to Next Organization",