summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_openvpn.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-04-02 10:52:43 -0400
committerjim-p <jimp@pfsense.org>2013-04-02 10:52:43 -0400
commitb4e98881bd3dd95fb387dd08917208b6a5fe371e (patch)
tree96f08bb26ae1ce95aa81f4662b059cb0d1148af6 /usr/local/www/status_openvpn.php
parent534834639f1d1a8c359b69a85440163d64e413fb (diff)
downloadpfsense-b4e98881bd3dd95fb387dd08917208b6a5fe371e.zip
pfsense-b4e98881bd3dd95fb387dd08917208b6a5fe371e.tar.gz
Use a better description for this column.
Diffstat (limited to 'usr/local/www/status_openvpn.php')
-rw-r--r--usr/local/www/status_openvpn.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/status_openvpn.php b/usr/local/www/status_openvpn.php
index 2796261..1e5f806 100644
--- a/usr/local/www/status_openvpn.php
+++ b/usr/local/www/status_openvpn.php
@@ -276,7 +276,7 @@ include("head.inc"); ?>
<td class="listhdrr"><?=gettext("Remote Host"); ?></td>
<td class="listhdrr"><?=gettext("Bytes Sent"); ?></td>
<td class="listhdrr"><?=gettext("Bytes Rcvd"); ?></td>
- <td class="listhdrr"><?=gettext("Svc"); ?></td>
+ <td class="listhdrr"><?=gettext("Service"); ?></td>
</tr>
<?php foreach ($sk_servers as $sk_server): ?>
@@ -337,7 +337,7 @@ include("head.inc"); ?>
<td class="listhdrr"><?=gettext("Remote Host"); ?></td>
<td class="listhdrr"><?=gettext("Bytes Sent"); ?></td>
<td class="listhdrr"><?=gettext("Bytes Rcvd"); ?></td>
- <td class="listhdrr"><?=gettext("Svc"); ?></td>
+ <td class="listhdrr"><?=gettext("Service"); ?></td>
</tr>
<?php foreach ($clients as $client): ?>
OpenPOWER on IntegriCloud