We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a99057 commit bfaca24Copy full SHA for bfaca24
1 file changed
Core/Sources/HostApp/AccountSettings/CopilotView.swift
@@ -143,7 +143,7 @@ struct CopilotView: View {
143
VStack(alignment: .leading, spacing: 8) {
144
Form {
145
TextField(text: $settings.nodePath, prompt: Text("node")) {
146
- Text("Path to Node")
+ Text("Path to Node (v17+)")
147
}
148
149
Picker(selection: $settings.runNodeWith) {
0 commit comments