From 9c2a10cca3b864125316eb8f4f7021108fde70da Mon Sep 17 00:00:00 2001 From: tym83 <6355522@gmail.com> Date: Tue, 21 Apr 2026 15:34:01 +0500 Subject: [PATCH] fix(telemetry): use generic period names for quarter and year tabs Quarter and Year tabs were showing date range strings instead of stable period identifiers. Co-Authored-By: Claude Signed-off-by: tym83 <6355522@gmail.com> --- static/oss-health-data/telemetry.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/oss-health-data/telemetry.json b/static/oss-health-data/telemetry.json index b7d234c2..aa90f093 100644 --- a/static/oss-health-data/telemetry.json +++ b/static/oss-health-data/telemetry.json @@ -107,7 +107,7 @@ } }, "quarter": { - "label": "March 2026 — April 2026", + "label": "Quarter", "summary_cards": [ { "label": "Clusters", @@ -220,7 +220,7 @@ } }, "year": { - "label": "March 2026 — April 2026", + "label": "Year", "summary_cards": [ { "label": "Clusters",