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";