mirror of
https://github.com/kkebo/DNSecure.git
synced 2026-03-11 08:54:36 +00:00
Merge pull request #129 from kkebo/fix-typo
This commit is contained in:
commit
3313b1d9dc
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ extension DetailView: View {
|
||||||
EditButton()
|
EditButton()
|
||||||
.frame(maxWidth: .infinity, alignment: .trailing)
|
.frame(maxWidth: .infinity, alignment: .trailing)
|
||||||
.overlay(alignment: .leading) {
|
.overlay(alignment: .leading) {
|
||||||
Text("On Demand Rules")
|
Text("On-Demand Rules")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue