We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f14d60 commit 875e3cbCopy full SHA for 875e3cb
1 file changed
StikJIT/Views/HomeView.swift
@@ -51,7 +51,7 @@ struct HomeView: View {
51
.lineLimit(1)
52
.minimumScaleFactor(0.5)
53
54
- Text(pairingFileExists ? "Tap "Enable JIT" to get started" : "Pick pairing file to get started")
+ Text(pairingFileExists ? "Tap \"Enable JIT\" to get started" : "Pick pairing file to get started")
55
.font(.system(.subheadline, design: .rounded))
56
.foregroundStyle(.secondary)
57
.multilineTextAlignment(.center)
0 commit comments