mirror of
https://github.com/kkebo/DNSecure.git
synced 2026-03-11 08:54:36 +00:00
Fix inconsistent labels
This commit is contained in:
parent
beedec4207
commit
b203047d8f
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ extension DetailView: View {
|
|||
}
|
||||
}
|
||||
Section(
|
||||
header: Text("DNS over HTTPS Settings"),
|
||||
header: Text("DNS-over-HTTPS Settings"),
|
||||
footer: Text("The URL of a DNS-over-HTTPS server.")
|
||||
) {
|
||||
HStack {
|
||||
|
|
|
|||
Loading…
Reference in a new issue