From 16034784e0c4a3bf4e3ddad8fccd5c64bbc5cd6f Mon Sep 17 00:00:00 2001 From: Andrea Marchesini Date: Mon, 12 Feb 2024 19:47:40 +0100 Subject: [PATCH] feat(report): improve the text for the report form --- components/report/ReportModal.vue | 2 +- locales/en.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/report/ReportModal.vue b/components/report/ReportModal.vue index 05d10c0795..b2510b999b 100644 --- a/components/report/ReportModal.vue +++ b/components/report/ReportModal.vue @@ -210,7 +210,7 @@ function resetModal() {
- +
diff --git a/locales/en.json b/locales/en.json index 633e670c7e..6befe3b227 100644 --- a/locales/en.json +++ b/locales/en.json @@ -409,9 +409,9 @@ "anything_else": "Is there anything else you think we should know?", "anything_else_considers_illegal": "Please provide additional details, including sufficient information for Mozilla to understand the specific law(s) or requirement(s) you believe has been broken.", "block_desc": "You will no longer see any posts from this user. They will not be able to see your posts or follow you. They will be able to tell that they are blocked.", - "considers_illegal": "I think this content is illegal in my jurisdiction", - "considers_illegal_country": "Country in which you believe the content is illegal.", - "considers_illegal_footer": "Please note that we will not be able to conduct a legal review if you don’t precisely specify what you allege to be illegal about the content. We may, however, still review under our content policies.", + "considers_illegal": "I think this content is illegal", + "considers_illegal_country": "Country in which you believe the content is illegal", + "considers_illegal_footer": "Please note that we may not be able to conduct a legal review if you don’t precisely specify what you allege to be illegal about the content. We may, however, still review under our content policies.", "considers_illegal_signature": "By submitting this report I certify, under penalty of perjury, that the allegations it contains are complete and accurate, to the best of my knowledge.", "dontlike": "I don't like it", "dontlike_desc": "It is not something you want to see",