diff --git a/files/templates/settings_personal.html b/files/templates/settings_personal.html index 75ecf6c359..93d49c97a3 100644 --- a/files/templates/settings_personal.html +++ b/files/templates/settings_personal.html @@ -219,10 +219,8 @@ {% if FEATURES['USERS_PERMANENT_WORD_FILTERS'] and v.profanityreplacer %} {% set ns.profanitytext = 'Enable if you would like to automatically replace profanities. Make filter permanent for a badge!' %} {% endif %} - {{common.toggle_section("Slur Replacer", "slurreplacer", v.slurreplacer, ns.slurtext, FEATURES['USERS_PERMANENT_WORD_FILTERS'] and v.slurreplacer > 1)}} - {{common.toggle_section("Profanity Replacer", "profanityreplacer", v.slurreplacer, ns.profanitytext, FEATURES['USERS_PERMANENT_WORD_FILTERS'] and v.profanityreplacer > 1)}} - {# profanity filter toggle (and lock?) #} - {# slur filter toggle (and lock?) #} + {{common.toggle_section("Slur Replacer", "slurreplacer", 'slurreplacer', v.slurreplacer, ns.slurtext, FEATURES['USERS_PERMANENT_WORD_FILTERS'] and v.slurreplacer > 1)}} + {{common.toggle_section("Profanity Replacer", "profanityreplacer", 'profanityreplacer', v.profanityreplacer, ns.profanitytext, FEATURES['USERS_PERMANENT_WORD_FILTERS'] and v.profanityreplacer > 1)}}
@@ -264,7 +262,7 @@ {% if FEATURES['USERS_PERMANENT_WORD_FILTERS'] -%}