traducir el asunto de los correos

This commit is contained in:
f 2019-09-18 16:24:15 -03:00
parent 19691776a9
commit 536bf78220
No known key found for this signature in database
GPG key ID: 2AE5A13E321F953D

View file

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