Capitalize metadata titles

HFP-2095-Fix-table-styling
Frode Petterson 2018-09-21 10:05:00 +02:00
parent 3566ac4141
commit 841d24cab8
1 changed files with 1 additions and 1 deletions

View File

@ -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}
);