diff --git a/static/js/infoView.cms.js b/static/js/infoView.cms.js index f64211c..c7e0fce 100644 --- a/static/js/infoView.cms.js +++ b/static/js/infoView.cms.js @@ -302,9 +302,10 @@ pandora.ui.infoView = function(data) { renderGroup(['alternativeTitles']); - renderGroup(['country', 'year', 'language', 'runtime', 'color', 'sound']); renderGroup(['type', 'framework', 'style', 'version']); + renderGroup(['country', 'year', 'language', 'runtime', 'color', 'sound']); + renderGroup(['productionCompany']); renderGroup([ @@ -561,8 +562,10 @@ pandora.ui.infoView = function(data) { key = Ox._('Alternative Title' + ( data.alternativeTitles && data.alternativeTitles.length == 1 ? '' : 's' )); - } else if (key == 'keyword') { - key = 'keywords' + } else if (key == 'topic') { + key = 'topics' + } else if (key == 'actor') { + key = 'actors' } var value = Ox.toTitleCase(key) .replace(' Of ', ' of ')