]> git.openstreetmap.org Git - rails.git/commitdiff
Fix misspelt resource name.
authorTom Hughes <tom@compton.nu>
Mon, 1 Jun 2009 08:50:20 +0000 (08:50 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 1 Jun 2009 08:50:20 +0000 (08:50 +0000)
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