From 705f93e810a78623f680061d25e6593878681efb Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 1 Jun 2009 08:50:20 +0000 Subject: [PATCH] Fix misspelt resource name. --- app/controllers/user_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/user_controller.rb b/app/controllers/user_controller.rb index 9c2787cc8..2659232cd 100644 --- a/app/controllers/user_controller.rb +++ b/app/controllers/user_controller.rb @@ -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 -- 2.43.2