diff --git a/browserid/static/dialog/controllers/checkregistration_controller.js b/browserid/static/dialog/controllers/checkregistration_controller.js
index 7211dacf937e274e8e11f2369fddee9a03f81ed6..d5c111187ebece0f10f1ca1b25feffa283c48a6b 100644
--- a/browserid/static/dialog/controllers/checkregistration_controller.js
+++ b/browserid/static/dialog/controllers/checkregistration_controller.js
@@ -68,7 +68,7 @@
 
     submit: function() {
       var self=this;
-      self.publish("checkregistration:confirmed");
+      self.publish("checkregistration:complete");
       self._super();      
     }