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

@ -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);
};