diff --git a/js/ui/components/keyring.js b/js/ui/components/keyring.js index e4ecd8f1d..ff59fa3e3 100644 --- a/js/ui/components/keyring.js +++ b/js/ui/components/keyring.js @@ -146,8 +146,8 @@ const KeyringDialog = new Lang.Class({ this._passwordEntry.reactive = sensitive; this._passwordEntry.clutter_text.editable = sensitive; - this._okButton.can_focus = sensitive; - this._okButton.reactive = sensitive; + this._continueButton.can_focus = sensitive; + this._continueButton.reactive = sensitive; }, _ensureOpen: function() {