Add 'block user' option to the report window
This commit is contained in:
parent
30384cbfef
commit
775f923708
5 changed files with 11 additions and 1 deletions
Binary file not shown.
Binary file not shown.
|
@ -2700,6 +2700,14 @@
|
|||
{
|
||||
"defaultMessage": "Forward to {target}",
|
||||
"id": "report.forward"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "Do you also want to block this account?",
|
||||
"id": "report.block_hint"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "Block {target}",
|
||||
"id": "report.block"
|
||||
}
|
||||
],
|
||||
"path": "app/soapbox/features/ui/components/report_modal.json"
|
||||
|
|
|
@ -325,6 +325,8 @@
|
|||
"relative_time.minutes": "{number}m",
|
||||
"relative_time.seconds": "{number}s",
|
||||
"reply_indicator.cancel": "Cancel",
|
||||
"report.block": "Block {target}",
|
||||
"report.block_hint": "Do you also want to block this account?",
|
||||
"report.forward": "Forward to {target}",
|
||||
"report.forward_hint": "The account is from another server. Send an anonymized copy of the report there as well?",
|
||||
"report.hint": "The report will be sent to your server moderators. You can provide an explanation of why you are reporting this account below:",
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue