Skip to content

Commit bfaca24

Browse files
committed
Update
1 parent 5a99057 commit bfaca24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Core/Sources/HostApp/AccountSettings/CopilotView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ struct CopilotView: View {
143143
VStack(alignment: .leading, spacing: 8) {
144144
Form {
145145
TextField(text: $settings.nodePath, prompt: Text("node")) {
146-
Text("Path to Node")
146+
Text("Path to Node (v17+)")
147147
}
148148

149149
Picker(selection: $settings.runNodeWith) {

0 commit comments

Comments
 (0)