fix wrong mail subject
This commit is contained in:
parent
db3884cc93
commit
c56a346f2e
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ class MailTemplateDecorator < Draper::Decorator
|
|||
case object.type
|
||||
when "MailReceived"
|
||||
"E-mail d'accusé de réception"
|
||||
else
|
||||
object.type
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue