]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
ui: Rename "Category Type" to "Category Icons" (#4594).
authorE.Smith <31170571+azlm8t@users.noreply.github.com>
Thu, 14 Dec 2017 19:32:09 +0000 (19:32 +0000)
committerJaroslav Kysela <perex@perex.cz>
Tue, 19 Dec 2017 20:44:12 +0000 (21:44 +0100)
We had two columns called "Content Type", so rename the one with icons
to be called "Category Icons".

Issue: #4594.

src/webui/static/app/tvheadend.js

index 506087c3d8ce91c6b19f3f22956375f129c001ac..760c56819f7c8f26c7599bf6f5622954ad8d8e61 100644 (file)
@@ -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,
 };