Use correct message

pull/17/head
Frode Petterson 2016-02-22 12:01:18 +01:00
parent 0aebdb345b
commit 4e06733ffb
1 changed files with 1 additions and 1 deletions

View File

@ -1774,7 +1774,7 @@ H5P.createTitle = function (rawTitle, maxLength) {
};
options.success = function (response) {
if (!response.success) {
done(response.error);
done(response.message);
return;
}