Remove the contact_email locale

This commit is contained in:
gregoirenovel 2018-05-31 15:45:25 +02:00
parent 185f08f63e
commit 23931a7591
9 changed files with 8 additions and 9 deletions

View file

@ -1,4 +1,4 @@
class ApplicationMailer < ActionMailer::Base
default from: "demarches-simplifiees.fr <#{I18n.t('dynamics.contact_email')}>"
default from: "demarches-simplifiees.fr <#{CONTACT_EMAIL}>"
layout 'mailer'
end