diff --git a/app/soapbox/actions/reports.js b/app/soapbox/actions/reports.js index afa0c34121..a1214fc567 100644 Binary files a/app/soapbox/actions/reports.js and b/app/soapbox/actions/reports.js differ diff --git a/app/soapbox/features/ui/components/report_modal.js b/app/soapbox/features/ui/components/report_modal.js index 3469aebbf1..fcd31afb1a 100644 Binary files a/app/soapbox/features/ui/components/report_modal.js and b/app/soapbox/features/ui/components/report_modal.js differ diff --git a/app/soapbox/locales/defaultMessages.json b/app/soapbox/locales/defaultMessages.json index 5def1219d0..8b9393ffa0 100644 --- a/app/soapbox/locales/defaultMessages.json +++ b/app/soapbox/locales/defaultMessages.json @@ -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" @@ -2894,4 +2902,4 @@ ], "path": "app/soapbox/features/video/index.json" } -] \ No newline at end of file +] diff --git a/app/soapbox/locales/en.json b/app/soapbox/locales/en.json index 57933503a5..769d3ab6dc 100644 --- a/app/soapbox/locales/en.json +++ b/app/soapbox/locales/en.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:", diff --git a/app/soapbox/reducers/reports.js b/app/soapbox/reducers/reports.js index 21ae6f93f7..3e79a80208 100644 Binary files a/app/soapbox/reducers/reports.js and b/app/soapbox/reducers/reports.js differ