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