From: Pablo Date: Sun, 18 Jun 2017 18:33:17 +0000 (+0200) Subject: Cosmetics: peer address and port X-Git-Tag: v4.2.3~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94939579657ca606cf825a92c06890fdc5c7b53c;p=thirdparty%2Ftvheadend.git Cosmetics: peer address and port --- 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 }, {