traducir el asunto de los correos
This commit is contained in:
parent
19691776a9
commit
536bf78220
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class DeployMailer < ApplicationMailer
|
||||||
I18n.with_locale(@usuarie.lang) do
|
I18n.with_locale(@usuarie.lang) do
|
||||||
mail(to: @usuarie.email,
|
mail(to: @usuarie.email,
|
||||||
reply_to: "sutty@#{Site.domain}",
|
reply_to: "sutty@#{Site.domain}",
|
||||||
subject: I18n.t('mailers.deploy_mailer.deployed.subject',
|
subject: I18n.t('deploy_mailer.deployed.subject',
|
||||||
site: @site.name))
|
site: @site.name))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue