Skip to content

Commit e19e213

Browse files
committed
vpn -> connect
1 parent b04d36e commit e19e213

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Coder Desktop/Coder Desktop/Views/Settings/GeneralTab.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ struct GeneralTab: View {
1010
}
1111
Section {
1212
Toggle(isOn: $state.stopVPNOnQuit) {
13-
Text("Stop VPN on quit")
13+
Text("Stop Coder Connect on quit")
1414
}
1515
}
1616
Section {
1717
Toggle(isOn: $state.startVPNOnLaunch) {
18-
Text("Start VPN on launch")
18+
Text("Start Coder Connect on launch")
1919
}
2020
}
2121
}.formStyle(.grouped)

0 commit comments

Comments
 (0)