]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Cosmetics: peer address and port
authorPablo <trujulu@gmail.com>
Sun, 18 Jun 2017 18:33:17 +0000 (20:33 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 20 Jun 2017 07:47:56 +0000 (09:47 +0200)
src/webui/static/app/status.js

index f6ae7d83509ff44601375d101d9d6d52a084617c..e875eb3e1d5ffdd28ef79ff08569364a0036781c 100644 (file)
@@ -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
             }, {