diff --git a/js/h5p.js b/js/h5p.js index 2b0a862..dd36a7a 100644 --- a/js/h5p.js +++ b/js/h5p.js @@ -1774,7 +1774,7 @@ H5P.createTitle = function (rawTitle, maxLength) { }; options.success = function (response) { if (!response.success) { - done(response.error); + done(response.message); return; }