From 841d24cab86950ab525daa53f1f8c6e7910cc187 Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Fri, 21 Sep 2018 10:05:00 +0200 Subject: [PATCH] Capitalize metadata titles --- js/h5p.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} );