diff --git a/static/js/metadataDialog.js b/static/js/metadataDialog.js
index 3c0a718fd..015ec833c 100644
--- a/static/js/metadataDialog.js
+++ b/static/js/metadataDialog.js
@@ -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')
         });
     }