Settings: drop parenthesized example figures from Price display segmented buttons — 'Station sign' / 'Pounds & pence' (cleaner, roomier labels)

This commit is contained in:
FuelBoard Contributor
2026-08-14 20:56:01 +01:00
parent e317a1e451
commit 8a589a35c1
+2 -2
View File
@@ -158,8 +158,8 @@ enum PriceDisplayStyle: String, Codable, CaseIterable, Identifiable {
var displayName: String {
switch self {
case .stationSign: return "Station sign (129.9)"
case .poundsPence: return "Pounds & pence (£1.29⁹)"
case .stationSign: return "Station sign"
case .poundsPence: return "Pounds & pence"
}
}
}