Skip to content

Commit

Permalink
Update VPNPage.vala
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Jan 18, 2024
1 parent 0fb8613 commit 977a9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Views/VPNPage.vala
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}
Expand Down

0 comments on commit 977a9ec

Please sign in to comment.