Skip to content

Commit 7f14d60

Browse files
Update HomeView.swift
This has been driving me nuts
1 parent 77b3ff6 commit 7f14d60

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

StikJIT/Views/HomeView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ struct HomeView: View {
4545
VStack(spacing: 25) {
4646
Spacer()
4747
VStack(spacing: 5) {
48-
Text("Welcome to StikDebug \(username)!")
48+
Text("Welcome to StikDebug, \(username)!")
4949
.font(.system(.largeTitle, design: .rounded))
5050
.fontWeight(.bold)
5151
.lineLimit(1)
5252
.minimumScaleFactor(0.5)
5353

54-
Text(pairingFileExists ? "Click enable JIT to get started" : "Pick pairing file to get started")
54+
Text(pairingFileExists ? "Tap "Enable JIT" to get started" : "Pick pairing file to get started")
5555
.font(.system(.subheadline, design: .rounded))
5656
.foregroundStyle(.secondary)
5757
.multilineTextAlignment(.center)

0 commit comments

Comments
 (0)