From d0077e03f14e804b56a7677005aa84b6be33a1c2 Mon Sep 17 00:00:00 2001 From: Davide Date: Wed, 29 Jan 2025 10:00:04 +0100 Subject: [PATCH] Clarify the extent of the Ethernet rule --- Packages/App/Sources/AppUIMain/Views/Modules/OnDemandView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages/App/Sources/AppUIMain/Views/Modules/OnDemandView.swift b/Packages/App/Sources/AppUIMain/Views/Modules/OnDemandView.swift index 6f1a4da6..7e662b04 100644 --- a/Packages/App/Sources/AppUIMain/Views/Modules/OnDemandView.swift +++ b/Packages/App/Sources/AppUIMain/Views/Modules/OnDemandView.swift @@ -122,7 +122,7 @@ private extension OnDemandView { var networkSection: some View { Group { Toggle(Strings.Modules.OnDemand.mobile, isOn: draft.withMobileNetwork) - Toggle(Strings.Modules.OnDemand.ethernet, isOn: draft.withEthernetNetwork) + Toggle("\(Strings.Modules.OnDemand.ethernet) (Mac/TV)", isOn: draft.withEthernetNetwork) } .themeSection( header: Strings.Global.Nouns.networks,