Merge pull request #983 from rcarteraz/main

This commit is contained in:
Ben Meadors 2024-10-31 12:54:27 -05:00 committed by GitHub
commit eb23b38c57
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)
}