mirror of
https://github.com/kkebo/DNSecure.git
synced 2026-03-11 08:54:36 +00:00
Fix typo
This commit is contained in:
parent
ba4065ee7b
commit
4b13699ddd
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ extension ContentView: View {
|
|||
private var modernBody: some View {
|
||||
NavigationSplitView {
|
||||
List(selection: self.$selection) {
|
||||
NavigationLink("Instruction", value: -1)
|
||||
NavigationLink("Instructions", value: -1)
|
||||
Section("Servers") {
|
||||
ForEach(0..<self.servers.count, id: \.self) { i in
|
||||
NavigationLink(value: i) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue