summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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