diff --git a/src/usr/local/www/status_openvpn.php b/src/usr/local/www/status_openvpn.php
index fd70fd0dfd..16503f26f7 100644
--- a/src/usr/local/www/status_openvpn.php
+++ b/src/usr/local/www/status_openvpn.php
@@ -104,7 +104,8 @@ include("head.inc"); ?>
=gettext("Real Address")?> |
=gettext("Virtual Address"); ?> |
=gettext("Connected Since"); ?> |
- =gettext("Bytes Sent/Received")?> |
+ =gettext("Bytes Sent")?> |
+ =gettext("Bytes Received")?> |
|
@@ -132,7 +133,8 @@ include("head.inc"); ?>
=$conn['virtual_addr6'];?>
=$conn['connect_time'];?> |
- =format_bytes($conn['bytes_sent']);?> / =format_bytes($conn['bytes_recv']);?> |
+ =format_bytes($conn['bytes_sent']);?> |
+ =format_bytes($conn['bytes_recv']);?> |
| =gettext("Connected Since"); ?> |
=gettext("Virtual Address"); ?> |
=gettext("Remote Host"); ?> |
- =gettext("Bytes Sent / Received"); ?> |
+ =gettext("Bytes Sent"); ?> |
+ =gettext("Bytes Received"); ?> |
=gettext("Service"); ?> |
@@ -259,7 +262,8 @@ include("head.inc"); ?>
=$sk_server['virtual_addr6'];?>
=$sk_server['remote_host'];?> |
- =format_bytes($sk_server['bytes_sent']);?> / =format_bytes($sk_server['bytes_recv']);?> |
+ =format_bytes($sk_server['bytes_sent']);?> |
+ =format_bytes($sk_server['bytes_recv']);?> |
@@ -299,7 +303,8 @@ include("head.inc"); ?>
| =gettext("Local Address"); ?> |
=gettext("Virtual Address"); ?> |
=gettext("Remote Host"); ?> |
- =gettext("Bytes Sent/Received"); ?> |
+ =gettext("Bytes Sent"); ?> |
+ =gettext("Bytes Received"); ?> |
=gettext("Service"); ?> |
@@ -333,7 +338,8 @@ include("head.inc"); ?>
=$client['remote_host'];?>:=$client['remote_port'];?>
- =format_bytes($client['bytes_sent']);?> / =format_bytes($client['bytes_recv']);?> |
+ =format_bytes($client['bytes_sent']);?> |
+ =format_bytes($client['bytes_recv']);?> |
| |