From cfe9f13963e62b6b29030d86f349decdde5bfa44 Mon Sep 17 00:00:00 2001 From: Luke Parker <10430890+Hona@users.noreply.github.com> Date: Thu, 3 Sep 2026 16:43:01 +1000 Subject: [PATCH] fix(ui): capitalize notices in used group (#46992) --- packages/ui/src/i18n/en.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ui/src/i18n/en.ts b/packages/ui/src/i18n/en.ts index 722abad7ef2..feee34b1aa6 100644 --- a/packages/ui/src/i18n/en.ts +++ b/packages/ui/src/i18n/en.ts @@ -108,8 +108,8 @@ const source = { "ui.messagePart.context.search.other": "{{count}} searches", "ui.messagePart.context.list.one": "{{count}} list", "ui.messagePart.context.list.other": "{{count}} lists", - "ui.messagePart.context.notice.one": "{{count}} notice", - "ui.messagePart.context.notice.other": "{{count}} notices", + "ui.messagePart.context.notice.one": "{{count}} Notice", + "ui.messagePart.context.notice.other": "{{count}} Notices", "ui.messagePart.context.reasoning": "Reasoning", "ui.messagePart.context.match.one": "({{count}} match)", "ui.messagePart.context.match.other": "({{count}} matches)",