diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-07-06 20:28:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-06 20:28:31 -0500 |
commit | 831b367eb952af464fdfebcefb355b0cadaea359 (patch) | |
tree | eb11984adf247186f58f789f965bab3ab17ad6f9 /src | |
parent | e14c9783e0cea73ada1d20e8a798738c39319315 (diff) | |
download | voidsky-831b367eb952af464fdfebcefb355b0cadaea359.tar.zst |
[APP-736] Clarify hate-group moderation as it's currently used (#985)
* Clarify hate-group moderation as it's currently used * Update src/lib/labeling/const.ts Co-authored-by: Emily Liu <emilyliu7321@gmail.com> --------- Co-authored-by: Ansh <anshnanda10@gmail.com> Co-authored-by: Emily Liu <emilyliu7321@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/labeling/const.ts | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/labeling/const.ts b/src/lib/labeling/const.ts index 908826f17..5c2e68137 100644 --- a/src/lib/labeling/const.ts +++ b/src/lib/labeling/const.ts @@ -67,8 +67,9 @@ export const CONFIGURABLE_LABEL_GROUPS: Record< }, hate: { id: 'hate', - title: 'Political Hate-Groups', - warning: 'Hate', + title: 'Hate Group Iconography', + subtitle: 'Images of terror groups, articles covering events, etc.', + warning: 'Hate Groups', values: ['icon-kkk', 'icon-nazi', 'icon-intolerant', 'behavior-intolerant'], }, spam: { |