Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7a0f07 commit c1bc5adCopy full SHA for c1bc5ad
Coder Desktop/Coder Desktop/Views/VPNMenu.swift
@@ -40,7 +40,7 @@ struct VPNMenu<VPN: VPNService, S: Session>: View {
40
if session.hasSession {
41
Link(destination: session.baseAccessURL!.appending(path: "templates")) {
42
ButtonRowView {
43
- Text("Create Workspace")
+ Text("Create workspace")
44
EmptyView()
45
}
46
}.buttonStyle(.plain)
0 commit comments