diff --git a/src/plugins/htmlVideoPlayer/plugin.js b/src/plugins/htmlVideoPlayer/plugin.js
index c9d09da2c3..747e6e39ec 100644
--- a/src/plugins/htmlVideoPlayer/plugin.js
+++ b/src/plugins/htmlVideoPlayer/plugin.js
@@ -25,7 +25,7 @@ function tryRemoveElement(elem) {
try {
parentNode.removeChild(elem);
} catch (err) {
- console.error('error removing dialog element: ' + err);
+ console.error(`error removing dialog element: ${err}`);
}
}
}
@@ -173,7 +173,7 @@ function supportsTextTracks() {
const language = t.Language || 'und';
const label = t.Language || 'und';
- return '';
+ return ``;
}).join('');
}