From 105a13c54c6a56c27bda2536f9dacb25f4dd735d Mon Sep 17 00:00:00 2001 From: Bartok9 Date: Mon, 20 Jul 2026 05:20:25 -0400 Subject: [PATCH] fix(facts): capitalize GPS/GNSS in operator fact labels Display-only shortDesc casing for Gps Glitch and Gnss Signal Quality. --- src/Vehicle/FactGroups/EstimatorStatusFactGroup.json | 2 +- src/Vehicle/FactGroups/GPSFact.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Vehicle/FactGroups/EstimatorStatusFactGroup.json b/src/Vehicle/FactGroups/EstimatorStatusFactGroup.json index f04cc41502bf..b3b4685d95e1 100644 --- a/src/Vehicle/FactGroups/EstimatorStatusFactGroup.json +++ b/src/Vehicle/FactGroups/EstimatorStatusFactGroup.json @@ -65,7 +65,7 @@ }, { "name": "gpsGlitch", - "shortDesc": "Gps Glitch", + "shortDesc": "GPS Glitch", "type": "bool", "default": false }, diff --git a/src/Vehicle/FactGroups/GPSFact.json b/src/Vehicle/FactGroups/GPSFact.json index 746c3fa4e985..962b53bef065 100644 --- a/src/Vehicle/FactGroups/GPSFact.json +++ b/src/Vehicle/FactGroups/GPSFact.json @@ -100,7 +100,7 @@ }, { "name": "gnssSignalQuality", - "shortDesc": "Gnss Signal Quality", + "shortDesc": "GNSS Signal Quality", "type": "uint8" }, {