diff --git a/app/views/mailer/proposal_notification_digest.html.erb b/app/views/mailer/proposal_notification_digest.html.erb
index eda614040..cd194de7f 100644
--- a/app/views/mailer/proposal_notification_digest.html.erb
+++ b/app/views/mailer/proposal_notification_digest.html.erb
@@ -56,7 +56,9 @@
|
- Si no quieres recibir notificaciones de propuestas, puedes entrar en Mi cuenta y desmarcar la opción "Recibir resumen de notificaciones sobre propuestas".
+ <%= t('mailers.proposal_notification_digest.unsubscribe',
+ account: link_to(t('mailers.proposal_notification_digest.unsubscribe_account'),
+ account_path)).html_safe %>
|
diff --git a/config/locales/mailers.en.yml b/config/locales/mailers.en.yml
index 6d91c52a1..099b3c182 100755
--- a/config/locales/mailers.en.yml
+++ b/config/locales/mailers.en.yml
@@ -34,6 +34,8 @@ en:
title: You received the following notifications
share: Share proposal
comment: Comment proposal
+ unsubscribe: "If you don't want receive proposal's notification, visit %{account} and unckeck 'Receive a summary of proposal notifications'."
+ unsubscribe_account: My account
direct_message_for_receiver:
subject: "You have received a new private message"
reply: Reply to %{sender}
diff --git a/config/locales/mailers.es.yml b/config/locales/mailers.es.yml
index 7593aac43..e510ec2d8 100644
--- a/config/locales/mailers.es.yml
+++ b/config/locales/mailers.es.yml
@@ -34,6 +34,8 @@ es:
title: Has recibido las siguientes notificaciones
share: Compartir propuesta
comment: Comentar propuesta
+ unsubscribe: "Si no quieres recibir notificaciones de propuestas, puedes entrar en %{account} y desmarcar la opción 'Recibir resumen de notificaciones sobre propuestas'."
+ unsubscribe_account: Mi cuenta
direct_message_for_receiver:
subject: "Has recibido un nuevo mensaje privado"
reply: Responder a %{sender}