From 536bf78220c1157a5ddeaf25eb09ee6f4b56b8f6 Mon Sep 17 00:00:00 2001 From: f Date: Wed, 18 Sep 2019 16:24:15 -0300 Subject: [PATCH] traducir el asunto de los correos --- app/mailers/deploy_mailer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/mailers/deploy_mailer.rb b/app/mailers/deploy_mailer.rb index 3383104..1d0c730 100644 --- a/app/mailers/deploy_mailer.rb +++ b/app/mailers/deploy_mailer.rb @@ -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