Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI JS: rename the timerec to time schedule
  • Loading branch information
perexg committed Sep 16, 2014
1 parent eeb5ac8 commit 5484e99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webui/static/app/dvr.js
Expand Up @@ -402,8 +402,8 @@ tvheadend.timerec_editor = function(panel, index) {

tvheadend.idnode_grid(panel, {
url: 'api/dvr/timerec',
titleS: 'DVR TimeRec Entry',
titleP: 'DVR TimeRec Entries',
titleS: 'Time Schedule',
titleP: 'Time Schedules',
iconCls: 'clock',
tabIndex: index,
columns: {
Expand Down

0 comments on commit 5484e99

Please sign in to comment.