Skip to content

Commit

Permalink
Merge pull request #983 from rcarteraz/main
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern authored Oct 31, 2024
2 parents 6ee3a4e + ae0a0f1 commit eb23b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Meshtastic/Views/Settings/Config/SecurityConfig.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit eb23b38

Please sign in to comment.