This commit is contained in:
rcarteraz 2024-10-31 10:44:40 -07:00 committed by GitHub
parent 6ee3a4ec5f
commit ae0a0f14e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -90,7 +90,7 @@ struct SecurityConfig: View {
RoundedRectangle(cornerRadius: 10.0)
.stroke(hasValidAdminKey3 ? Color.clear : Color.red, lineWidth: 2.0)
)
Text("The tertiarypublic key authorized to send admin messages to this node.")
Text("The tertiary public key authorized to send admin messages to this node.")
.foregroundStyle(.secondary)
.font(idiom == .phone ? .caption : .callout)
}