This commit is contained in:
Kenta Kubo 2023-04-30 15:21:37 +09:00
parent ba4065ee7b
commit 4b13699ddd
No known key found for this signature in database
GPG key ID: 09CE7C7A0BED6C72

View file

@ -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) {