5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 08:54:16 +00:00

fix: confirmar al rechazar #15600

This commit is contained in:
f 2024-03-20 17:53:00 -03:00
parent eda075fd4b
commit 8dae40cb0e
No known key found for this signature in database
3 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,6 @@
-# Componente Botonera de Comentarios
- local_data = { report: { confirm: t('.confirm_report') } }
- local_data = { reject: { confirm: t('.confirm_reject') }, report: { confirm: t('.confirm_report') } }
.d-flex.flex-row
- ActivityPub.events.each do |event|

View file

@ -107,6 +107,7 @@ en:
text_reply: Reply
text_report: Report
confirm_report: "Send report to the remote instance? This action will also reject the comment."
confirm_reject: "Reject this comment? Please notice we can't undo this action at this moment."
instances_btn_box:
text_pause: Check case by case
text_allow: Allow everything

View file

@ -106,6 +106,7 @@ es:
text_reject: Rechazar
text_report: Reportar
confirm_report: "¿Enviar el reporte a la instancia remota? Esta acción también rechazará el comentario."
confirm_reject: "¿Rechazar este comentario? Tené en cuenta que por el momento no es posible deshacer esta acción."
instances_btn_box:
text_pause: Moderar caso por caso
text_allow: Permitir todo