]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/user_controller.rb
Fix misspelt resource name.
[rails.git] / app / controllers / user_controller.rb
index 9c2787cc84c6002359775c9dde2c0b198d65a9e8..2659232cd4bf75d49f16669a3ad4c70c4f79c714 100644 (file)
@@ -93,7 +93,7 @@ class UserController < ApplicationController
       if user
         token = user.tokens.create
         Notifier.deliver_lost_password(user, token)
-        flash[:notice] = I18n.t('user.lost_password.notice.email on way')
+        flash[:notice] = I18n.t('user.lost_password.notice email on way')
       else
         flash[:notice] = I18n.t('user.lost_password.notice email cannot find')
       end