You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 7, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: Sources/prosign/views/SignerView.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ struct SignerView: View {
39
39
.padding(.vertical,4)
40
40
41
41
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.")
0 commit comments