From: E.Smith <31170571+azlm8t@users.noreply.github.com> Date: Thu, 14 Dec 2017 19:32:09 +0000 (+0000) Subject: ui: Rename "Category Type" to "Category Icons" (#4594). X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e20c0f785824d69d9f2708f5953b08e87c221170;p=thirdparty%2Ftvheadend.git ui: Rename "Category Type" to "Category Icons" (#4594). We had two columns called "Content Type", so rename the one with icons to be called "Category Icons". Issue: #4594. --- diff --git a/src/webui/static/app/tvheadend.js b/src/webui/static/app/tvheadend.js index 506087c3d..760c56819 100644 --- a/src/webui/static/app/tvheadend.js +++ b/src/webui/static/app/tvheadend.js @@ -284,8 +284,8 @@ tvheadend.displayCategoryIcon = function(value, meta, record, ri, ci, store) { tvheadend.contentTypeAction = { width: 75, id: 'category', - header: _("Content Type"), - tooltip: _("Content Type"), + header: _("Content Icons"), + tooltip: _("Content Icons"), dataIndex: 'category', renderer: tvheadend.displayCategoryIcon, };