mirror of https://github.com/Chocobozzz/PeerTube
Merge branch 'release/6.0.0' into develop
commit
abc6c2b7f4
|
@ -124,7 +124,7 @@ class PlaylistMenuItem extends Component {
|
|||
private buildUnavailableVideo (li: HTMLElement) {
|
||||
const block = super.createEl('div', {
|
||||
className: 'item-unavailable',
|
||||
innerTExt: this.player().localize('Unavailable video')
|
||||
innerText: this.player().localize('Unavailable video')
|
||||
})
|
||||
|
||||
li.appendChild(block)
|
||||
|
|
Loading…
Reference in New Issue