diff --git a/site/src/components/ActiveUserChart/ActiveUserChart.tsx b/site/src/components/ActiveUserChart/ActiveUserChart.tsx index 35b812c6cf..c4471356fc 100644 --- a/site/src/components/ActiveUserChart/ActiveUserChart.tsx +++ b/site/src/components/ActiveUserChart/ActiveUserChart.tsx @@ -98,7 +98,7 @@ export const ActiveUserChart: FC = ({ labels: labels, datasets: [ { - label: "Daily Active Users", + label: `${interval === "day" ? "Daily" : "Weekly"} Active Users`, data: chartData, pointBackgroundColor: theme.palette.info.light, pointBorderColor: theme.palette.info.light,