Merge pull request #129 from kkebo/fix-typo

This commit is contained in:
Kenta Kubo 2025-09-03 19:52:15 +09:00 committed by GitHub
commit 3313b1d9dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,7 +46,7 @@ extension DetailView: View {
EditButton()
.frame(maxWidth: .infinity, alignment: .trailing)
.overlay(alignment: .leading) {
Text("On Demand Rules")
Text("On-Demand Rules")
}
}
}