Skip to content

Commit 34f74c9

Browse files
committed
Update wording
1 parent b80e2ac commit 34f74c9

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
@@ -427,14 +427,14 @@ struct HomeView: View {
427427
if pairingFilePresentOnDisk {
428428
return .init(
429429
title: "Pairing file needs attention",
430-
subtitle: "We found a pairing file but couldn’t read it. Re-import it from your trusted computer.",
430+
subtitle: "We found a pairing file but couldn’t read it.",
431431
icon: "doc.badge.exclamationmark",
432432
tint: .yellow
433433
)
434434
}
435435
return .init(
436436
title: "Import your pairing file",
437-
subtitle: "Grab the pairing file from your computer to unlock app discovery.",
437+
subtitle: "",
438438
icon: "doc.badge.plus",
439439
tint: .orange
440440
)

0 commit comments

Comments
 (0)