From e317a1e451ab0aec7f20b3e149d58acfd5a89044 Mon Sep 17 00:00:00 2001 From: FuelBoard Contributor Date: Fri, 14 Aug 2026 19:34:11 +0100 Subject: [PATCH] Settings: rename 'Show introduction' row to 'Replay onboarding' with round-arrow icon (arrow.clockwise.circle); key stays the address, value changed in Localizable.strings --- FuelBoard/SettingsView.swift | 2 +- FuelBoard/en.lproj/Localizable.strings | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FuelBoard/SettingsView.swift b/FuelBoard/SettingsView.swift index e0131fb..6280b10 100644 --- a/FuelBoard/SettingsView.swift +++ b/FuelBoard/SettingsView.swift @@ -110,7 +110,7 @@ struct SettingsView: View { Button { onShowOnboarding() } label: { - Label("Show introduction", systemImage: "sparkles") + Label("Show introduction", systemImage: "arrow.clockwise.circle") } } footer: { Text("Replay the welcome screen, including the location and notification permission prompts.") diff --git a/FuelBoard/en.lproj/Localizable.strings b/FuelBoard/en.lproj/Localizable.strings index 6832e2c..f77b400 100644 --- a/FuelBoard/en.lproj/Localizable.strings +++ b/FuelBoard/en.lproj/Localizable.strings @@ -52,7 +52,7 @@ "Units" = "Units"; "Price display" = "Price display"; "Distances and search radii across the app, widget and alerts are shown in this unit. Prices can be shown as on a station sign (129.9) or in pounds and pence (£1.29⁹/L)." = "Distances and search radii across the app, widget and alerts are shown in this unit. Prices can be shown as on a station sign (129.9) or in pounds and pence (£1.29⁹/L)."; -"Show introduction" = "Show introduction"; +"Show introduction" = "Replay onboarding"; "Replay the welcome screen, including the location and notification permission prompts." = "Replay the welcome screen, including the location and notification permission prompts."; "Test alert notification (real data)" = "Test alert notification (real data)"; "Send plain test notification" = "Send plain test notification";