1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-06 22:30:57 +00:00

Fix typo in content filter name

This commit is contained in:
Arno 2023-12-15 10:50:28 -06:00
parent 429553f5d4
commit 0c38b6878f

View file

@ -24,7 +24,7 @@ export const CONTENT_FLAGS = [
'MatureGame', 'MatureGame',
'ProfanityVulgarity', 'ProfanityVulgarity',
'SexualThemes', 'SexualThemes',
'ViolentGrpahic' 'ViolentGraphic'
]; ];
function formatTerms(data, flags) { function formatTerms(data, flags) {