Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c1bc5ad

Browse files
committed
capitalization
1 parent c7a0f07 commit c1bc5ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Coder Desktop/Coder Desktop/Views/VPNMenu.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ struct VPNMenu<VPN: VPNService, S: Session>: View {
4040
if session.hasSession {
4141
Link(destination: session.baseAccessURL!.appending(path: "templates")) {
4242
ButtonRowView {
43-
Text("Create Workspace")
43+
Text("Create workspace")
4444
EmptyView()
4545
}
4646
}.buttonStyle(.plain)

0 commit comments

Comments
 (0)