Typo
This commit is contained in:
parent
2fba5f152c
commit
0300610108
@ -180,7 +180,7 @@ const defaults = {
|
|||||||
reset: 'Reset',
|
reset: 'Reset',
|
||||||
none: 'None',
|
none: 'None',
|
||||||
disabled: 'Disabled',
|
disabled: 'Disabled',
|
||||||
advertisment: 'Ad',
|
advertisement: 'Ad',
|
||||||
},
|
},
|
||||||
|
|
||||||
// URLs
|
// URLs
|
||||||
|
@ -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);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ==========================================================================
|
// ==========================================================================
|
||||||
// Advertisments
|
// Advertisements
|
||||||
// ==========================================================================
|
// ==========================================================================
|
||||||
|
|
||||||
.plyr__ads {
|
.plyr__ads {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user