diff --git a/app/views/notifications_mailer/notify_admin_abuse_reported.html.erb b/app/views/notifications_mailer/notify_admin_abuse_reported.html.erb index 1593a17d9..4938a6b32 100644 --- a/app/views/notifications_mailer/notify_admin_abuse_reported.html.erb +++ b/app/views/notifications_mailer/notify_admin_abuse_reported.html.erb @@ -7,3 +7,4 @@
  • <%= t('.body.signaled_on') %> <%= @attached_object.created_at.strftime('%e %B %Y, %H:%M') %>
  • <%= t('.body.message') %>
    <%= @attached_object.message %>
  • +

    <%= link_to t('.body.visit_management_interface'), "#{root_url}#!/admin/abuses" %>

    diff --git a/config/locales/mails.en.yml b/config/locales/mails.en.yml index a71c7ddd5..c37b278e5 100644 --- a/config/locales/mails.en.yml +++ b/config/locales/mails.en.yml @@ -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" diff --git a/config/locales/mails.es.yml b/config/locales/mails.es.yml index b48b34d57..c001b39a1 100644 --- a/config/locales/mails.es.yml +++ b/config/locales/mails.es.yml @@ -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." diff --git a/config/locales/mails.fr.yml b/config/locales/mails.fr.yml index f8c4df617..f74d337e0 100644 --- a/config/locales/mails.fr.yml +++ b/config/locales/mails.fr.yml @@ -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é" diff --git a/config/locales/mails.pt.yml b/config/locales/mails.pt.yml index 2d41e019e..eba1cb9de 100755 --- a/config/locales/mails.pt.yml +++ b/config/locales/mails.pt.yml @@ -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"