From 977a9ece100a64e2532203a678a9761796a377c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Thu, 18 Jan 2024 14:40:16 -0800 Subject: [PATCH] Update VPNPage.vala --- src/Views/VPNPage.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Views/VPNPage.vala b/src/Views/VPNPage.vala index de3eec15..2647c4aa 100644 --- a/src/Views/VPNPage.vala +++ b/src/Views/VPNPage.vala @@ -28,7 +28,7 @@ public class Network.VPNPage : Network.Widgets.Page { public VPNPage () { Object ( title: _("VPN"), - description: _("A Virtual Private Network can hide network traffic on public networks or from your internet service provider. It will not hide your passwords or prevent websites from identifying you."), + description: _("A Virtual Private Network can hide network traffic on public networks or from your internet service provider. It will not hide passwords or prevent websites from identifying you."), icon_name: "network-vpn" ); }