mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 18:56:21 +00:00
fix: confirmar al rechazar #15600
This commit is contained in:
parent
eda075fd4b
commit
8dae40cb0e
3 changed files with 3 additions and 1 deletions
|
@ -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|
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue