From 32b702ee32ed2b48db92269ceda43c10e887c1e5 Mon Sep 17 00:00:00 2001 From: Pablo Date: Sun, 18 Jun 2017 20:33:17 +0200 Subject: [PATCH] Cosmetics: peer address and port --- src/webui/static/app/status.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/webui/static/app/status.js b/src/webui/static/app/status.js index f6ae7d835..e875eb3e1 100644 --- a/src/webui/static/app/status.js +++ b/src/webui/static/app/status.js @@ -616,13 +616,13 @@ tvheadend.status_conns = function(panel, index) { }, { width: 50, id: 'peer', - header: _("IP Address"), + header: _("Client Address"), dataIndex: 'peer', sortable: true }, { width: 50, id: 'peer_port', - header: _("IP Port"), + header: _("Client Port"), dataIndex: 'peer_port', sortable: true }, { -- 2.47.3