diff --git a/js/h5p.js b/js/h5p.js index 1085702..269ff00 100644 --- a/js/h5p.js +++ b/js/h5p.js @@ -33,7 +33,7 @@ H5P.init = function () { obj.attach($el); if (H5PIntegration.getFullscreen(contentId)) { - H5P.jQuery('
Enable fullscreen
').insertBefore($el).children().click(function () { + H5P.jQuery('
' + H5PIntegration.fullscreenText + '
').insertBefore($el).children().click(function () { H5P.fullScreen($el, obj); return false; });