fix metadata dialog
This commit is contained in:
parent
413931e22f
commit
bbb4eb5151
1 changed files with 2 additions and 2 deletions
|
@ -265,8 +265,8 @@ pandora.ui.metadataDialog = function(data) {
|
|||
}
|
||||
|
||||
function getTitle(key) {
|
||||
return key == Ox._(
|
||||
'alternativeTitles' ? 'Alternative Titles'
|
||||
return Ox._(
|
||||
key == 'alternativeTitles' ? 'Alternative Titles'
|
||||
: Ox.getObjectById(pandora.site.itemKeys, key).title
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue