Skip to content

Commit 302e9c9

Browse files
committed
Add missing tag
1 parent e2af198 commit 302e9c9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

StosVPN/ContentView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -683,6 +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")
686687
}
687688
.onChange(of: selectedLanguage) { newValue in
688689
let languageCode = newValue

0 commit comments

Comments
 (0)