WEBUI JS: epg details dialog - do not show broadcast title in the dialog title
This commit is contained in:
parent
9468755b71
commit
e95576bbe8
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue