Settings: rename 'Show introduction' row to 'Replay onboarding' with round-arrow icon (arrow.clockwise.circle); key stays the address, value changed in Localizable.strings

This commit is contained in:
FuelBoard Contributor
2026-08-14 19:34:11 +01:00
parent 80113456ae
commit e317a1e451
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.")