Skip to content

Commit 024d7e3

Browse files
committed
capitalization
1 parent 87ec698 commit 024d7e3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Coder Desktop/Coder Desktop/Views/AuthButton.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ struct AuthButton<VPN: VPNService, S: Session>: View {
1717
}
1818
} label: {
1919
ButtonRowView {
20-
Text(session.hasSession ? "Sign Out" : "Sign In")
20+
Text(session.hasSession ? "Sign out" : "Sign in")
2121
}
2222
}.buttonStyle(.plain)
2323
}

Coder Desktop/Coder Desktop/Views/VPNMenu.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ struct VPNMenu<VPN: VPNService, S: Session>: View {
5050
Button {
5151
openSystemExtensionSettings()
5252
} label: {
53-
ButtonRowView { Text("Open System Preferences") }
53+
ButtonRowView { Text("Approve in System Settings") }
5454
}.buttonStyle(.plain)
5555
} else {
5656
AuthButton<VPN, S>()

Coder Desktop/Coder Desktop/Views/VPNState.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ struct VPNState<VPN: VPNService, S: Session>: View {
1010
Group {
1111
switch (vpn.state, session.hasSession) {
1212
case (.failed(.systemExtensionError(.needsUserApproval)), _):
13-
Text("Awaiting System Extension Approval")
13+
Text("Awaiting System Extension approval")
1414
.font(.body)
1515
.foregroundStyle(.gray)
1616
case (_, false):

Coder Desktop/Coder DesktopTests/VPNMenuTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ struct VPNMenuTests {
2727
let toggle = try view.find(ViewType.Toggle.self)
2828
#expect(toggle.isDisabled())
2929
#expect(throws: Never.self) { try view.find(text: "Sign in to use CoderVPN") }
30-
#expect(throws: Never.self) { try view.find(button: "Sign In") }
30+
#expect(throws: Never.self) { try view.find(button: "Sign in") }
3131
}
3232
}
3333
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy