Commit 2d2741e1
Changed files (1)
app
controllers
app/controllers/passwords_controller.rb
@@ -5,7 +5,7 @@ class PasswordsController < ApplicationController
def create
PasswordReset.send_reset_instructions_to(params[:user][:email])
- redirect_to new_session_path, notice: 'Password reset instructions have been emailed to you.'
+ redirect_to new_session_path, notice: t('devise.passwords.send_instructions')
end
def edit