Skip to content

Commit

Permalink
update control text for liveDisplay component
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjohnson916 committed Apr 1, 2014
1 parent 10f21cc commit 2c5d4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/control-bar/live-display.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ vjs.LiveDisplay.prototype.createEl = function(){

this.contentEl_ = vjs.createEl('div', {
className: 'vjs-live-display',
innerHTML: '<span class="vjs-control-text">LIVE</span>LIVE',
innerHTML: '<span class="vjs-control-text">Stream Type </span>LIVE',
'aria-live': 'off'
});

Expand Down

0 comments on commit 2c5d4d5

Please sign in to comment.