mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 18:11:41 +00:00
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
|
||||
mail(to: @usuarie.email,
|
||||
reply_to: "sutty@#{Site.domain}",
|
||||
subject: I18n.t('mailers.deploy_mailer.deployed.subject',
|
||||
subject: I18n.t('deploy_mailer.deployed.subject',
|
||||
site: @site.name))
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue