Fix the wording of the initiated email’s subject

This commit is contained in:
gregoirenovel 2017-06-12 16:17:07 +02:00
parent b0c0824341
commit 3f44b963c8

View file

@ -5,7 +5,7 @@ module Mails
SLUG = "initiated_mail"
TEMPLATE_NAME = "mails/initiated_mail"
DISPLAYED_NAME = 'Accusé de réception'
DEFAULT_OBJECT = 'Votre dossier TPS nº --numero_dossier-- a été bien reçu'
DEFAULT_OBJECT = 'Votre dossier TPS nº --numero_dossier-- a bien été reçu'
ALLOWED_TAGS = [TAG_NUMERO_DOSSIER, TAG_LIEN_DOSSIER, TAG_LIBELLE_PROCEDURE]
end
end