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