From 5af581217946ffe7a098cd1f6110cd295915338c Mon Sep 17 00:00:00 2001 From: j Date: Wed, 3 Apr 2024 19:06:34 +0100 Subject: [PATCH] transcript->translation --- pandora/config.padma.jsonc | 4 ++-- static/js/documentInfoView.padma.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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); $('
')