]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
webui: epg.js - fix typo
authorJaroslav Kysela <perex@perex.cz>
Mon, 8 Oct 2018 12:06:56 +0000 (14:06 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 8 Oct 2018 12:07:04 +0000 (14:07 +0200)
src/webui/static/app/epg.js

index 8981214bb7bd255b3a2302a511bffd766d8d70dc..2c8b914b232cec237d474f27ac841c9d1809c7b5 100644 (file)
@@ -968,7 +968,7 @@ tvheadend.epg = function() {
         {
             text: _('Help'),
             iconCls: 'help',
-            tooltip: _('View help docs.')
+            tooltip: _('View help docs.'),
             handler: function() {
                 new tvheadend.mdhelp('epg');
             }