Add (E10)/(E5) bracket labels to Unleaded/Premium in picker and descriptions

This commit is contained in:
FuelBoard Contributor
2026-08-11 22:41:50 +01:00
parent 313fe84037
commit 05f3ef0a70
2 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -56,8 +56,8 @@ enum FuelType: String, Codable, CaseIterable, Identifiable {
var displayName: String {
switch self {
case .e10: return "E10 Unleaded"
case .e5: return "E5 Premium"
case .e10: return "Unleaded (E10)"
case .e5: return "Premium (E5)"
case .diesel: return "Diesel"
}
}