forked from rDrama/rDrama
1
0
Fork 0

fix prev commit

master
justcool393 2022-11-06 04:28:30 -06:00
parent 72da55fd61
commit 77663e2cf6
1 changed files with 2 additions and 2 deletions

View File

@ -222,8 +222,8 @@
{% else %}
{% set profanitytext = 'Enable if you would like to automatically replace profanities.' %}
{% endif %}
{{toggle_section("Slur Replacer", "slurreplacer", v.slurreplacer, slurtext, FEATURES['USERS_PERMANENT_WORD_FILTERS'] and v.slurreplacer > 1)}}
{{toggle_section("Profanity Replacer", "profanityreplacer", v.slurreplacer, profanitytext, FEATURES['USERS_PERMANENT_WORD_FILTERS'] and v.profanityreplacer > 1)}}
{{common.toggle_section("Slur Replacer", "slurreplacer", v.slurreplacer, slurtext, FEATURES['USERS_PERMANENT_WORD_FILTERS'] and v.slurreplacer > 1)}}
{{common.toggle_section("Profanity Replacer", "profanityreplacer", v.slurreplacer, profanitytext, FEATURES['USERS_PERMANENT_WORD_FILTERS'] and v.profanityreplacer > 1)}}
{# profanity filter toggle (and lock?) #}
{# slur filter toggle (and lock?) #}
</div>