Settings: drop parenthesized example figures from Price display segmented buttons — 'Station sign' / 'Pounds & pence' (cleaner, roomier labels)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user