Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
briri committed Mar 12, 2021
1 parent fbb0526 commit 3a62b2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/mailers/user_mailer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ def feedback_notification(recipient, plan, requestor)

I18n.with_locale I18n.default_locale do
mail(to: @recipient.email,
from: Rails.
subject: _("%{tool_name}: %{user_name} requested feedback on a plan") %
{
tool_name: tool_name, user_name: @user.name(false)
Expand Down

0 comments on commit 3a62b2c

Please sign in to comment.