Capitalize metadata titles
parent
3566ac4141
commit
841d24cab8
|
@ -1131,7 +1131,7 @@ H5P.buildMetadataCopyrights = function (metadata, contentTypeName) {
|
||||||
|
|
||||||
return new H5P.MediaCopyright(
|
return new H5P.MediaCopyright(
|
||||||
dataset,
|
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', 'title', 'license', 'author', 'year', 'source', 'licenseExtras', 'changes'],
|
||||||
{type: contentTypeName}
|
{type: contentTypeName}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue