fix negative balance email
This commit is contained in:
parent
caed27948d
commit
7b51f7aabe
2 changed files with 2 additions and 2 deletions
|
|
@ -61,7 +61,7 @@ class Mailer < ActionMailer::Base
|
|||
@transaction = transaction
|
||||
|
||||
mail :to => user.email,
|
||||
:subject => "[#{FoodsoftConfig[:name]}] " + I18n.t('mailer.negative_balance')
|
||||
:subject => "[#{FoodsoftConfig[:name]}] " + I18n.t('mailer.negative_balance.subject')
|
||||
end
|
||||
|
||||
def feedback(user, feedback)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue