]> 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:06:56 +0000 (14:06 +0200)
src/webui/static/app/epg.js

index e2f90d8a6808deec2ef9d4e6bf6edc9d926f3068..59551418408df3815b57445061ccf2ab6e5960b9 100644 (file)
@@ -1239,7 +1239,7 @@ tvheadend.epg = function() {
         {
             text: _('Help'),
             iconCls: 'help',
-            tooltip: _('View help docs.')
+            tooltip: _('View help docs.'),
             handler: function() {
                 new tvheadend.mdhelp('epg');
             }