uxowe i funkcjonalne

This commit is contained in:
Mateusz Gruszczyński
2026-03-25 15:05:22 +01:00
parent a42da7842f
commit eba5d754fb

View File

@@ -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") },
];