From 883cc9ee9d0de7c93536fe13c947a796b078ce71 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Mon, 7 Dec 2015 22:55:57 +0545 Subject: Standardize VPN OpenVPN breadcrumbs --- src/usr/local/www/vpn_openvpn_client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/local/www/vpn_openvpn_client.php') diff --git a/src/usr/local/www/vpn_openvpn_client.php b/src/usr/local/www/vpn_openvpn_client.php index 806eb9d..496f6e0 100644 --- a/src/usr/local/www/vpn_openvpn_client.php +++ b/src/usr/local/www/vpn_openvpn_client.php @@ -65,7 +65,7 @@ require("guiconfig.inc"); require_once("openvpn.inc"); require_once("pkg-utils.inc"); -$pgtitle = array(gettext("OpenVPN"), gettext("Client")); +$pgtitle = array(gettext("VPN"), gettext("OpenVPN"), gettext("Client")); $shortcut_section = "openvpn"; if (!is_array($config['openvpn']['openvpn-client'])) { -- cgit v1.1