We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b80e2ac commit 34f74c9Copy full SHA for 34f74c9
1 file changed
StikJIT/Views/HomeView.swift
@@ -427,14 +427,14 @@ struct HomeView: View {
427
if pairingFilePresentOnDisk {
428
return .init(
429
title: "Pairing file needs attention",
430
- subtitle: "We found a pairing file but couldn’t read it. Re-import it from your trusted computer.",
+ subtitle: "We found a pairing file but couldn’t read it.",
431
icon: "doc.badge.exclamationmark",
432
tint: .yellow
433
)
434
}
435
436
title: "Import your pairing file",
437
- subtitle: "Grab the pairing file from your computer to unlock app discovery.",
+ subtitle: "",
438
icon: "doc.badge.plus",
439
tint: .orange
440
0 commit comments