transcript->translation

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

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>')