diff --git a/Shared/FuelStore.swift b/Shared/FuelStore.swift index d31fbdc..db19af9 100644 --- a/Shared/FuelStore.swift +++ b/Shared/FuelStore.swift @@ -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" } } }