From c5b38736498ab21a3c890ca2b307a9f8a4040cb0 Mon Sep 17 00:00:00 2001 From: Sam Symons Date: Thu, 9 Nov 2023 14:38:01 -0800 Subject: [PATCH] Update copy. --- Widgets/VPNWidget.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Widgets/VPNWidget.swift b/Widgets/VPNWidget.swift index 90ce2e92cb..b19b463735 100644 --- a/Widgets/VPNWidget.swift +++ b/Widgets/VPNWidget.swift @@ -228,7 +228,7 @@ struct VPNStatusWidget: Widget { VPNStatusView(entry: entry).widgetURL(DeepLinks.openVPN) } .configurationDisplayName("VPN Status") - .description("View and manage the DuckDuckGo VPN status") + .description("View and manage the VPN connection") .supportedFamilies([.systemSmall]) .contentMarginsDisabled() }