diff --git a/app/views/devise/mailer/reset_password_instructions.text.erb b/app/views/devise/mailer/reset_password_instructions.text.erb index ab7cadb6..695942fb 100644 --- a/app/views/devise/mailer/reset_password_instructions.text.erb +++ b/app/views/devise/mailer/reset_password_instructions.text.erb @@ -1,4 +1,4 @@ -Hello <% @resource.screen_name %> +Hello <%= @resource.screen_name %> Someone (hopefully you) has requested a link to change your password. You can do this by copying the link below and entering it into your browser. diff --git a/app/views/devise/mailer/unlock_instructions.text.erb b/app/views/devise/mailer/unlock_instructions.text.erb index 6cda15fe..73356bfd 100644 --- a/app/views/devise/mailer/unlock_instructions.text.erb +++ b/app/views/devise/mailer/unlock_instructions.text.erb @@ -1,4 +1,4 @@ -Hello <% @resource.screen_name %> +Hello <%= @resource.screen_name %> Your account has been locked due to an excessive number of unsuccessful sign in attempts. You can unlock your account by copying the link below