mirror of
https://github.com/anomalyco/opencode.git
synced 2026-09-05 15:24:36 +00:00
fix(ui): capitalize notices in used group (#46992)
This commit is contained in:
parent
48f246695e
commit
cfe9f13963
1 changed files with 2 additions and 2 deletions
|
|
@ -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)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue