diff options
| author | David Hill <[email protected]> | 2026-03-04 16:35:03 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-03-04 16:35:03 +0000 |
| commit | 0f1f55a24c18e4460872db96aad5bbb08b0fe5f7 (patch) | |
| tree | 9b6c501fac66ccf343d5ee793fb89879b9efcb00 /packages/console/app/src/i18n | |
| parent | 744c38cc7cfd4741227b9a1951ccba57668e2184 (diff) | |
| download | opencode-0f1f55a24c18e4460872db96aad5bbb08b0fe5f7.tar.gz opencode-0f1f55a24c18e4460872db96aad5bbb08b0fe5f7.zip | |
tui: show Go request limits per 5-hour session
Diffstat (limited to 'packages/console/app/src/i18n')
| -rw-r--r-- | packages/console/app/src/i18n/en.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/console/app/src/i18n/en.ts b/packages/console/app/src/i18n/en.ts index 01e5742dd..3f39fcd9d 100644 --- a/packages/console/app/src/i18n/en.ts +++ b/packages/console/app/src/i18n/en.ts @@ -257,10 +257,10 @@ export const dict = { "go.pricing.body": "Use with any agent. Top up credit if needed. Cancel any time.", "go.graph.free": "Free", "go.graph.go": "Go", - "go.graph.label": "Requests/month", + "go.graph.label": "Requests/5h", "go.graph.usageLimits": "Usage limits", "go.graph.tick": "{{n}}x", - "go.graph.aria": "Requests per month: {{free}} vs {{go}}", + "go.graph.aria": "Requests per 5h: {{free}} vs {{go}}", "go.testimonials.brand.zen": "Zen", "go.testimonials.brand.go": "Go", |
