From e42f7dd7fa37c70c25d069e48e5f0787ca74b245 Mon Sep 17 00:00:00 2001 From: Kenta Kubo <601636+kkebo@users.noreply.github.com> Date: Wed, 3 Sep 2025 04:39:02 +0900 Subject: [PATCH] fix: fix typo "On Demand Rules" -> "On-Demand Rules" --- DNSecure/Views/DetailView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DNSecure/Views/DetailView.swift b/DNSecure/Views/DetailView.swift index 29c4c5f..fb6f6d8 100644 --- a/DNSecure/Views/DetailView.swift +++ b/DNSecure/Views/DetailView.swift @@ -46,7 +46,7 @@ extension DetailView: View { EditButton() .frame(maxWidth: .infinity, alignment: .trailing) .overlay(alignment: .leading) { - Text("On Demand Rules") + Text("On-Demand Rules") } } }