fix negative balance email

This commit is contained in:
wvengen 2014-05-30 10:13:21 +02:00
parent caed27948d
commit 7b51f7aabe
2 changed files with 2 additions and 2 deletions

View file

@ -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)