From 603773b0408dc8238753511a15f56601b5063fe2 Mon Sep 17 00:00:00 2001 From: Christof Bauer <christof.bauer@holi.team> Date: Tue, 25 Feb 2025 13:00:57 +0000 Subject: [PATCH] HOLI-11054: Report challenges quick fix --- core/i18n/locales/de.json | 2 +- core/i18n/locales/en.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/i18n/locales/de.json b/core/i18n/locales/de.json index 9c66305d8f..06c84b1382 100644 --- a/core/i18n/locales/de.json +++ b/core/i18n/locales/de.json @@ -796,7 +796,7 @@ "report.reason.ILLEGAL_ACTIVITY.title": "Illegale Aktivitäten", "report.reason.MISINFORMATION.description": "Verbreitung von Des- oder Misinformation.", "report.reason.MISINFORMATION.title": "Falschinformation", - "report.reason.OTHER.description": "Inhalte, die nicht in die aufgelisteten Kategorien passen.", + "report.reason.OTHER.description": "Für Inhalte, die nicht in die aufgelisteten Kategorien passen.", "report.reason.OTHER.title": "Etwas anderes", "report.reason.PORNOGRAPHY.description": "Explizite sexuelle Inhalte ohne Bildungs- oder Gesundheitsbezug.", "report.reason.PORNOGRAPHY.title": "Pornografische Inhalte", diff --git a/core/i18n/locales/en.json b/core/i18n/locales/en.json index 0011629e28..75fad321fe 100644 --- a/core/i18n/locales/en.json +++ b/core/i18n/locales/en.json @@ -787,9 +787,9 @@ "report.POST.title": "Report post", "report.reason.FALSE_IDENTITY.description": "Pretending to be someone else, or appears to be a fake account.", "report.reason.FALSE_IDENTITY.title": "False identity or not a real person", - "report.reason.HARASSMENT.description": "Content or messages that threaten, harass, or bully.", + "report.reason.HARASSMENT.description": "Promoting hate or violence against groups.", "report.reason.HARASSMENT.title": "Harassment or bullying", - "report.reason.HATE_SPEECH.description": "Promoting hate or violence against groups.", + "report.reason.HATE_SPEECH.description": "Content that incites violence or discriminates based on personal characteristics.", "report.reason.HATE_SPEECH.title": "Hate speech", "report.reason.ILLEGAL_ACTIVITY.description": "Promoting or depicting illegal activities.", "report.reason.ILLEGAL_ACTIVITY.title": "Illegal activities", -- GitLab