diff --git a/openvpn_monitor/templates/vpn_info.html b/openvpn_monitor/templates/vpn_info.html
index 3e8cd62..d0e8207 100644
--- a/openvpn_monitor/templates/vpn_info.html
+++ b/openvpn_monitor/templates/vpn_info.html
@@ -44,7 +44,7 @@
{{ vpn.get('name') }}
{{ pingable }} |
{{ nclients }} |
{{ bytesin }} ({{ bytesin | get_naturalsize }}) |
- {{ bytesout }} ({{ bytesin | get_naturalsize }}) |
+ {{ bytesout }} ({{ bytesout | get_naturalsize }}) |
{{ up_since.strftime(datetime_format) }} |
{{ local_ip }} |
{% if vpn_mode == 'Client' %}