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",