sends a copy of the direct message to the sender

This commit is contained in:
rgarcia
2016-06-14 18:55:28 +02:00
parent fd67294075
commit ce6072d17b
9 changed files with 86 additions and 15 deletions

View File

@@ -37,5 +37,8 @@ en:
title: You received the following notifications
share: Share
comment: Comment proposal
direct_message:
reply: Reply to %{sender}
direct_message_for_receiver:
subject: "You have received a new private message"
reply: Reply to %{sender}
direct_message_for_sender:
subject: "You have send a new private message"

View File

@@ -37,5 +37,8 @@ es:
title: Has recibido las siguientes notificaciones
share: Compartir
comment: Comentar propuesta
direct_message:
reply: Responder a %{sender}
direct_message_for_receiver:
subject: "Has recibido un nuevo mensaje privado"
reply: Responder a %{sender}
direct_message_for_sender:
subject: "Has enviado un nuevo mensaje privado"