Skip to content

Commit

Permalink
VPNPage: provide a description
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Jan 18, 2024
1 parent d1c7926 commit 0fb8613
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Views/VPNPage.vala
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +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."),
icon_name: "network-vpn"
);
}
Expand Down

0 comments on commit 0fb8613

Please sign in to comment.