Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit f6d917a

Browse files
authored
Update signerview for clarity
1 parent 47156f7 commit f6d917a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/prosign/views/SignerView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ struct SignerView: View {
3939
.padding(.vertical, 4)
4040

4141
if hasSelectedCertificate, let name = selectedCertificateName {
42-
Text("The \(name) certificate will be used. If you wish to select a different certificate, please select a different one on the certificates page.")
42+
Text("The \(name) certificate will be used to sign the ipa file. If you wish to use a different certificate for signing, please select or add it to the certificates page.")
4343
.font(.subheadline)
4444
.foregroundColor(.secondary)
4545
.padding(.vertical, 4)

0 commit comments

Comments
 (0)