From d60d3a7a306685f280b2d23be90b80330d80be73 Mon Sep 17 00:00:00 2001 From: Mikkeli Matlock Date: Mon, 26 Jan 2026 18:04:36 +0900 Subject: [PATCH] minor labelling change --- pi/ui/lib/widgets/system_bar.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pi/ui/lib/widgets/system_bar.dart b/pi/ui/lib/widgets/system_bar.dart index b2a24fe..331746f 100644 --- a/pi/ui/lib/widgets/system_bar.dart +++ b/pi/ui/lib/widgets/system_bar.dart @@ -104,7 +104,7 @@ class SystemBar extends StatelessWidget { theme: theme, ), _Indicator( - label: 'Chassis', + label: 'Mains', value: voltage != null ? '${voltage!.toStringAsFixed(1)} V' : 'N/A', isAbnormal: voltage == null || voltage! < 11.9, alignment: Alignment.centerLeft,