diff --git a/package/gluon-status-page/files/lib/gluon/status-page/view/status-page.html b/package/gluon-status-page/files/lib/gluon/status-page/view/status-page.html
index 641c79aa..0054e61f 100644
--- a/package/gluon-status-page/files/lib/gluon/status-page/view/status-page.html
+++ b/package/gluon-status-page/files/lib/gluon/status-page/view/status-page.html
@@ -135,8 +135,7 @@
<%:Load average%> | <%= statistics('loadavg', 'decimal') %> |
<%:RAM%> | <%= statistics('memory', 'memory') %> |
<%:Filesystem%> | <%= statistics('rootfs_usage', 'percent') %> |
- <%:Gateway%> | <%= statistics('gateway') %> |
- <%:Gateway Nexthop%> | <%= statistics('gateway_nexthop', 'neighbour') %> |
+ <%:Gateway%> | <%= statistics('gateway') %> via <%= statistics('gateway_nexthop', 'neighbour') %> |
<%:Clients%> | <%= statistics('clients/total') %> |