X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/168036d3a20157702eb9b4f964ddf56366086c82..698a49077c67297cd8ea7b370d1ac2298ee5d9f6:/app/controllers/user_controller.rb?ds=sidebyside 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