sends invitation email to users

This commit is contained in:
rgarcia
2016-06-27 23:31:47 +02:00
parent 0bb948a013
commit 745de9bb77
11 changed files with 65 additions and 15 deletions

View File

@@ -46,9 +46,10 @@ en:
direct_message_for_sender:
subject: "You have send a new private message"
title_html: "You have send a new private message to <strong>%{receiver}</strong> with the content:"
user_invites:
user_invite:
ignore: "If you have not requested this invitation don't worry, you can ignore this email."
text: "Thank you for applying to join %{org}! In seconds you can start to decide the city you want, just fill the form below:"
thanks: "Thank you very much."
title: "Welcome to %{org}"
button: Complete registration
button: Complete registration
subject: "Invitation to %{org_name}"

View File

@@ -46,9 +46,10 @@ es:
direct_message_for_sender:
subject: "Has enviado un nuevo mensaje privado"
title_html: "Has enviado un nuevo mensaje privado a <strong>%{receiver}</strong> con el siguiente contenido:"
user_invites:
user_invite:
ignore: "Si no has solicitado esta invitación no te preocupes, puedes ignorar este correo."
text: "¡Gracias por solicitar unirte a %{org}! En unos segundos podrás empezar a decidir la ciudad que quieres, sólo tienes que rellenar el siguiente formulario:"
thanks: "Muchas gracias."
title: "Bienvenido a %{org}"
button: Completar registro
button: Completar registro
subject: "Invitación a %{org_name}"

View File

@@ -104,5 +104,5 @@ en:
submit: Send invites
title: User's invites
create:
success_html: <strong>COUNT invitations</strong> have been sent.
success_html: <strong>%{count} invitations</strong> have been sent.
title: User's invites

View File

@@ -104,5 +104,5 @@ es:
submit: Enviar invitaciones
title: Invitaciones para usuarios
create:
success_html: Se han enviado <strong>COUNT invitaciones</strong>.
success_html: Se han enviado <strong>%{count} invitaciones</strong>.
title: Invitaciones para usuarios