diff --git a/files/templates/settings_personal.html b/files/templates/settings_personal.html index 94c4bbaf79..30a26800e6 100644 --- a/files/templates/settings_personal.html +++ b/files/templates/settings_personal.html @@ -217,12 +217,12 @@
Filters
- {% set ns = namespace(slurtext='Enable if you would like to automatically replace slurs.', profanitytext='Enable if you would like to automatically replace slurs.') %} + {% set ns = namespace(slurtext='Enable if you would like to automatically replace slurs.', profanitytext='Enable if you would like to automatically replace profanities.') %} {% if FEATURES['USERS_PERMANENT_WORD_FILTERS'] and v.slurreplacer %} {% if v.slurreplacer == 1 %} {% set ns.slurtext = 'Enable if you would like to automatically replace slurs. Make filter permanent for a badge!' %} {% else %} - {% set ns.slurttext = "You've enabled the slur replacer permanently! ✊🏿" %} + {% set ns.slurtext = "You've enabled the slur replacer permanently! ✊🏿" %} {% endif %} {% endif %} {% if FEATURES['USERS_PERMANENT_WORD_FILTERS'] and v.profanityreplacer %}