summaryrefslogtreecommitdiffhomepage
path: root/packages/console/app/src/routes
diff options
context:
space:
mode:
authorFrank <[email protected]>2026-03-07 14:27:51 -0500
committerFrank <[email protected]>2026-03-07 14:28:36 -0500
commit0654f28c7296cf31de10a6399bf82d43ef626202 (patch)
treef6452e0741d68d299d39fa66c3899a134ad80fce /packages/console/app/src/routes
parenta32b76dee0595cdce935e702bb8ede0956e5cc16 (diff)
downloadopencode-0654f28c7296cf31de10a6399bf82d43ef626202.tar.gz
opencode-0654f28c7296cf31de10a6399bf82d43ef626202.zip
zen: fix graph legend
Diffstat (limited to 'packages/console/app/src/routes')
-rw-r--r--packages/console/app/src/routes/workspace/[id]/graph-section.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/console/app/src/routes/workspace/[id]/graph-section.tsx b/packages/console/app/src/routes/workspace/[id]/graph-section.tsx
index 56a31cdd0..bb4b4f4cf 100644
--- a/packages/console/app/src/routes/workspace/[id]/graph-section.tsx
+++ b/packages/console/app/src/routes/workspace/[id]/graph-section.tsx
@@ -218,7 +218,7 @@ export function GraphSection() {
const colorTextSecondary = styles.getPropertyValue("--color-text-secondary").trim()
const colorBorder = styles.getPropertyValue("--color-border").trim()
const subSuffix = ` (${i18n.t("workspace.cost.subscriptionShort")})`
- const liteSuffix = ` (${i18n.t("workspace.cost.liteShort")})`
+ const liteSuffix = " (go)"
const dailyDataRegular = new Map<string, Map<string, number>>()
const dailyDataSub = new Map<string, Map<string, number>>()