summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-08-19 09:16:05 +0930
committerStephen Beaver <sbeaver@netgate.com>2016-08-18 19:48:17 -0400
commita377438a7bcaf7ac72ad6717f854e61c27ef9245 (patch)
treed6b39ec4629e0da319336513ed5d5ef8bdf82010
parent6d203ffc8a63b0969a8758861fd2a76b88fd1f62 (diff)
downloadpfsense-a377438a7bcaf7ac72ad6717f854e61c27ef9245.zip
pfsense-a377438a7bcaf7ac72ad6717f854e61c27ef9245.tar.gz
Text typos in openvpn.widget.php
(cherry picked from commit 8da4847472e03195aeb73a1acedbc27f8af520d1)
-rw-r--r--src/usr/local/www/widgets/widgets/openvpn.widget.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr/local/www/widgets/widgets/openvpn.widget.php b/src/usr/local/www/widgets/widgets/openvpn.widget.php
index f08125a..06acf28 100644
--- a/src/usr/local/www/widgets/widgets/openvpn.widget.php
+++ b/src/usr/local/www/widgets/widgets/openvpn.widget.php
@@ -153,7 +153,7 @@ function printPanel() {
$opstring .= "<table class=\"table table-striped table-hover table-condensed sortable-theme-bootstrap\" data-sortable>";
$opstring .= "<thead>";
$opstring .= "<tr>";
- $opstring .= "<th>" . gettext('Nome/Time') . "</th>";
+ $opstring .= "<th>" . gettext('Name/Time') . "</th>";
$opstring .= "<th>" . gettext('Remote/Virtual IP') . "</th>";
$opstring .= "<th></th>";
$opstring .= "</tr>";
@@ -292,7 +292,7 @@ $widgetperiod = isset($config['widgets']['period']) ? $config['widgets']['period
);
}
- // REfreh the panel
+ // Refresh the panel
function get_update() {
var ajaxRequest;
@@ -324,3 +324,4 @@ $widgetperiod = isset($config['widgets']['period']) ? $config['widgets']['period
printPanel();
?>
</div>
+
OpenPOWER on IntegriCloud