From eba5d754fbb3e9c1b96408e0c341cad8ff47431b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Wed, 25 Mar 2026 15:05:22 +0100 Subject: [PATCH] uxowe i funkcjonalne --- frontend/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index b2f7e77..2c64ef6 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -911,7 +911,7 @@ function LiveSectionVisibilityPanel({ language, selected, onChange }: { language const items: Array<{ id: LiveWidgetId; label: string }> = [ { id: "hero", label: language === "en" ? "Hero" : "Hero" }, { id: "quickMetrics", label: t(language, "quickMetrics") }, - { id: "history", label: t(language, "chartPowerHistory") }, + { id: "history", label: t(language, "kioskCharts") }, { id: "status", label: t(language, "systemStatus") }, { id: "strings", label: t(language, "strings") }, ];