From 3dcfe30dcc9129779b5d5d419f18f797103e63d4 Mon Sep 17 00:00:00 2001 From: FuelBoard Contributor Date: Wed, 12 Aug 2026 09:03:43 +0100 Subject: [PATCH] =?UTF-8?q?Trim=20alerts=20fuel=20caption=20=E2=80=94=20no?= =?UTF-8?q?=20need=20to=20explain=20Stations-tab=20independence?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FuelBoard/AlertsView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FuelBoard/AlertsView.swift b/FuelBoard/AlertsView.swift index d4e0a32..1d5f6e1 100644 --- a/FuelBoard/AlertsView.swift +++ b/FuelBoard/AlertsView.swift @@ -36,7 +36,7 @@ struct AlertsView: View { } header: { Text("Fuel to monitor") } footer: { - Text("Alerts watch for the cheapest \(fuel.displayName.lowercased()) station within the radius. Browsing a different fuel in the Stations tab does not change this.") + Text("Alerts watch for the cheapest \(fuel.displayName.lowercased()) station within the radius.") } Section("Trigger radius") {