This commit is contained in:
Sam Potts 2018-03-03 23:14:57 +11:00
parent 2fba5f152c
commit 0300610108
3 changed files with 3 additions and 3 deletions

View File

@ -180,7 +180,7 @@ const defaults = {
reset: 'Reset', reset: 'Reset',
none: 'None', none: 'None',
disabled: 'Disabled', disabled: 'Disabled',
advertisment: 'Ad', advertisement: 'Ad',
}, },
// URLs // URLs

View File

@ -181,7 +181,7 @@ class Ads {
const update = () => { const update = () => {
const time = utils.formatTime(this.manager.getRemainingTime()); const time = utils.formatTime(this.manager.getRemainingTime());
const label = `${this.player.config.i18n.advertisment} - ${time}`; const label = `${this.player.config.i18n.advertisement} - ${time}`;
this.elements.container.setAttribute('data-badge-text', label); this.elements.container.setAttribute('data-badge-text', label);
}; };

View File

@ -1,5 +1,5 @@
// ========================================================================== // ==========================================================================
// Advertisments // Advertisements
// ========================================================================== // ==========================================================================
.plyr__ads { .plyr__ads {