From 0178ea8249d118d5adffa38881a6de1e4be9b9e1 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Sun, 6 Nov 2022 23:52:52 -0600 Subject: [PATCH] fix fish bugs --- files/templates/settings_personal.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}