diff --git a/pandora/config.padma.jsonc b/pandora/config.padma.jsonc index e2e0b9c8..3bd3b748 100644 --- a/pandora/config.padma.jsonc +++ b/pandora/config.padma.jsonc @@ -324,9 +324,9 @@ "columnWidth": 256 }, { - "id": "transcript", + "id": "translation", "operator": "+", - "title": "Transcript", + "title": "Translation", "type": "text", "find": true, "sort": true, diff --git a/static/js/documentInfoView.padma.js b/static/js/documentInfoView.padma.js index 804478a5..09583357 100644 --- a/static/js/documentInfoView.padma.js +++ b/static/js/documentInfoView.padma.js @@ -359,7 +359,7 @@ pandora.ui.documentInfoView = function(data, isMixed) { .appendTo($text); } - ;['content', 'transcript'].forEach(key => { + ;['content', 'translation'].forEach(key => { if (canEdit || data[key]) { var item = Ox.getObjectById(pandora.site.documentKeys, key); $('
')