mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: update licenses to seats (#16229)
This commit is contained in:
+1
-1
@@ -177,7 +177,7 @@ export const LicenseSeatConsumptionChart: FC<
|
||||
labelClassName="text-content-primary"
|
||||
labelFormatter={(_, p) => {
|
||||
const item = p[0];
|
||||
return `${item.value} licenses`;
|
||||
return `${item.value} seats`;
|
||||
}}
|
||||
formatter={(v, n, item) => {
|
||||
const date = new Date(item.payload.date);
|
||||
|
||||
Reference in New Issue
Block a user