Skip to content

Commit 875e3cb

Browse files
Fix escape characters in text for HomeView
1 parent 7f14d60 commit 875e3cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

StikJIT/Views/HomeView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ struct HomeView: View {
5151
.lineLimit(1)
5252
.minimumScaleFactor(0.5)
5353

54-
Text(pairingFileExists ? "Tap "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)