Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI JS: epg details dialog - do not show broadcast title in the dia…
…log title
  • Loading branch information
perexg committed Sep 28, 2014
1 parent 9468755 commit e95576b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/static/app/epg.js
Expand Up @@ -185,7 +185,7 @@ tvheadend.epgDetails = function(event) {
}

var win = new Ext.Window({
title: event.title,
title: 'Broadcast Details',
layout: 'fit',
width: 500,
height: 300,
Expand Down

0 comments on commit e95576b

Please sign in to comment.