Station name fills row width (logo left, price pinned right, wraps); fix Favourites alert wording

This commit is contained in:
FuelBoard Contributor
2026-08-11 15:24:52 +01:00
parent 60d25164d6
commit 3da5de6da2
2 changed files with 32 additions and 24 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ struct FavouritesView: View {
if let cheapest = cheapest {
Section {
Text("\(cheapest.name) is your cheapest favourite for \(selectedFuel.displayName). Add the same stations to the Alerts tab to get pinged when you drive past a cheaper one.")
Text("\(cheapest.name) is your cheapest favourite for \(selectedFuel.displayName). Favourites are monitored automatically — switch to the Alerts tab and enable alerts to get pinged when you approach one that's the cheapest within the radius.")
.font(.caption)
.foregroundStyle(.secondary)
}