diff --git a/js/h5p.js b/js/h5p.js index 42f9519..c97fe1e 100644 --- a/js/h5p.js +++ b/js/h5p.js @@ -1131,7 +1131,7 @@ H5P.buildMetadataCopyrights = function (metadata, contentTypeName) { return new H5P.MediaCopyright( dataset, - {type: 'Content type', licenseExtras: 'License extras', changes: 'Changelog'}, + {type: 'Content Type', licenseExtras: 'License Extras', changes: 'Changelog'}, ['type', 'title', 'license', 'author', 'year', 'source', 'licenseExtras', 'changes'], {type: contentTypeName} );