zen: fix graph legend
This commit is contained in:
parent
a32b76dee0
commit
0654f28c72
18 changed files with 1 additions and 18 deletions
|
|
@ -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>>()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue