1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-17 11:54:22 +01:00

add link to interface in abuse report mail

This commit is contained in:
Sylvain 2019-05-21 12:38:07 +02:00
parent 88294b03a3
commit b423d9fce7
5 changed files with 6 additions and 1 deletions

View File

@ -7,3 +7,4 @@
<li><%= t('.body.signaled_on') %> <%= @attached_object.created_at.strftime('%e %B %Y, %H:%M') %></li>
<li><%= t('.body.message') %><br><%= @attached_object.message %></li>
</ul>
<p><%= link_to t('.body.visit_management_interface'), "#{root_url}#!/admin/abuses" %></p>

View File

@ -239,6 +239,7 @@ en:
signaled_by: "flagged by:"
signaled_on: "flagged on:"
message: "Message:"
visit_management_interface: "Refer to the Reporting Management Interface for more information."
notify_user_wallet_is_credited:
subject: "Your wallet has been credited"

View File

@ -238,9 +238,10 @@ es:
signaled_by: "marcado por:"
signaled_on: "marcado el:"
message: "Mensaje:"
visit_management_interface: "Refer to the Reporting Management Interface for more information." # missing translation
notify_user_wallet_is_credited:
subject: "" #translation_missing
subject: "" # translation_missing
body:
wallet_credit_html: "Se han ingresado %{AMOUNT} por el administrador."

View File

@ -239,6 +239,7 @@ fr:
signaled_by: "Signalé par :"
signaled_on: "Signalé le :"
message: "Message :"
visit_management_interface: "Reportez-vous à l'interface de gestion des signalements pour plus d'informations."
notify_user_wallet_is_credited:
subject: "Votre porte-monnaie a bien été crédité"

View File

@ -239,6 +239,7 @@ pt:
signaled_by: "sinalizado por:"
signaled_on: "sinalizado em:"
message: "Menssagem:"
visit_management_interface: "Refer to the Reporting Management Interface for more information." # missing translation
notify_user_wallet_is_credited:
subject: "Sua carteira foi creditada"