From 6111d09b6907de568e4222b8f3cba3ed1d3ac7d0 Mon Sep 17 00:00:00 2001 From: Benjamin Lu Date: Mon, 19 Jan 2026 21:44:08 -0800 Subject: [PATCH] fix: pluralize active jobs short label --- src/components/TopMenuSection.test.ts | 2 +- src/locales/en/main.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/TopMenuSection.test.ts b/src/components/TopMenuSection.test.ts index 28d91bbc6..6640f9b88 100644 --- a/src/components/TopMenuSection.test.ts +++ b/src/components/TopMenuSection.test.ts @@ -42,7 +42,7 @@ function createWrapper() { queueProgressOverlay: { viewJobHistory: 'View job history', expandCollapsedQueue: 'Expand collapsed queue', - activeJobsShort: '{count} active' + activeJobsShort: '{count} active | {count} active' } } } diff --git a/src/locales/en/main.json b/src/locales/en/main.json index ec72f277b..21e65187f 100644 --- a/src/locales/en/main.json +++ b/src/locales/en/main.json @@ -751,7 +751,7 @@ "sortJobs": "Sort jobs", "sortBy": "Sort by", "activeJobs": "{count} active job | {count} active jobs", - "activeJobsShort": "{count} active", + "activeJobsShort": "{count} active | {count} active", "activeJobsSuffix": "active jobs", "jobQueue": "Job Queue", "expandCollapsedQueue": "Expand job queue",