From 3d6dd7cb8f3805fd5abe91db2e9d370ecd45826f Mon Sep 17 00:00:00 2001 From: Shubham Padia Date: Wed, 11 Dec 2024 12:16:52 +0530 Subject: [PATCH] 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. --- app/renderer/js/pages/preference/general-section.ts | 2 +- public/translations/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/renderer/js/pages/preference/general-section.ts b/app/renderer/js/pages/preference/general-section.ts index f5c5c0b81..df48a5ab3 100644 --- a/app/renderer/js/pages/preference/general-section.ts +++ b/app/renderer/js/pages/preference/general-section.ts @@ -56,7 +56,7 @@ export function initGeneralSection({$root}: GeneralSectionProperties): void {
- ${t.__("Show app unread badge")} + ${t.__("Show unread count badge on app icon")}
diff --git a/public/translations/en.json b/public/translations/en.json index 776fda9b6..b46f2f362 100644 --- a/public/translations/en.json +++ b/public/translations/en.json @@ -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",