diff --git a/app/views/mailer/proposal_notification_digest.html.erb b/app/views/mailer/proposal_notification_digest.html.erb
index 0b839150f..1a0ef1468 100644
--- a/app/views/mailer/proposal_notification_digest.html.erb
+++ b/app/views/mailer/proposal_notification_digest.html.erb
@@ -3,10 +3,14 @@
-
+
<%= t('mailers.proposal_notification_digest.title',
org_name: Setting['org_name']) %>
+
+ <%= t('mailers.proposal_notification_digest.info',
+ org_name: Setting['org_name']) %>
+
|
diff --git a/config/locales/mailers.en.yml b/config/locales/mailers.en.yml
index c2e2b5d85..100955cab 100755
--- a/config/locales/mailers.en.yml
+++ b/config/locales/mailers.en.yml
@@ -32,6 +32,7 @@ en:
subject: "Your investment project '%{code}' has been marked as unfeasible"
unfeasible_html: "From the Madrid City Council we want to thank you for your participation in the participatory budgets of the city of Madrid. We regret to inform you that your proposal '%{title}' will be excluded from this participatory process for the following reason:"
proposal_notification_digest:
+ info: "Here are the new notifications that have published the authors of the proposals that your are supporting in %{org_name}."
title: "Proposal notifications in %{org_name}"
share: Share proposal
comment: Comment proposal
diff --git a/config/locales/mailers.es.yml b/config/locales/mailers.es.yml
index d90636c32..2a7a85013 100644
--- a/config/locales/mailers.es.yml
+++ b/config/locales/mailers.es.yml
@@ -32,6 +32,7 @@ es:
subject: "Tu propuesta de inversión '%{code}' ha sido marcada como inviable"
unfeasible_html: "Desde el Ayuntamiento de Madrid queremos agradecer tu participación en los Presupuestos Participativos de la ciudad de Madrid. Lamentamos informarte de que tu propuesta '%{title}' quedará excluida de este proceso participativo por el siguiente motivo:"
proposal_notification_digest:
+ info: "A continuación te mostramos las nuevas notificaciones que han publicado los autores de las propuestas que estás apoyando en %{org_name}."
title: "Notificaciones de propuestas en %{org_name}"
share: Compartir propuesta
comment: Comentar propuesta