fix dialog keys
This commit is contained in:
parent
a3336d92b3
commit
277bbe45fb
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ pandora.ui.metadataDialog = function(data) {
|
|||
'To update the metadata for this {0}, please enter its IMDb ID.',
|
||||
[pandora.site.itemName.singular.toLowerCase()]
|
||||
),
|
||||
keyboard: {enter: 'update', escape: 'close'},
|
||||
keys: {enter: 'update', escape: 'close'},
|
||||
title: Ox._('Update Metadata')
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue