Rename Live Activity fuel label

This commit is contained in:
FuelBoard Contributor
2026-08-17 17:14:51 +01:00
parent 2495c7e47e
commit b24b59df6f
+1 -1
View File
@@ -181,7 +181,7 @@ struct AlertsView: View {
Section {
Toggle("Live Activity", isOn: $liveActivityEnabled)
Picker("Fuel", selection: $liveActivityFuel) {
Picker("Cheapest station", selection: $liveActivityFuel) {
ForEach(FuelType.allCases) { fuel in
Text(fuel.displayName).tag(fuel)
}