transcript->translation

This commit is contained in:
j 2024-04-03 19:06:34 +01:00
parent a25509e1a4
commit 5af5812179
2 changed files with 3 additions and 3 deletions

View File

@ -324,9 +324,9 @@
"columnWidth": 256
},
{
"id": "transcript",
"id": "translation",
"operator": "+",
"title": "Transcript",
"title": "Translation",
"type": "text",
"find": true,
"sort": true,

View File

@ -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);
$('<div>')