Skip to content

Commit 01f3da1

Browse files
committed
Repair syntax
1 parent 302e9c9 commit 01f3da1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

StosVPN/ContentView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ struct SettingsView: View {
683683
Text("English").tag("en")
684684
Text("Spanish").tag("es")
685685
Text("Italian").tag("it")
686-
Text("Polish").tag("pl")
686+
Text("Polish").tag("pl")
687687
}
688688
.onChange(of: selectedLanguage) { newValue in
689689
let languageCode = newValue

0 commit comments

Comments
 (0)