forked from rDrama/rDrama
1
0
Fork 0

use correct checkbox

master
justcool393 2022-11-03 18:20:06 -05:00
parent 23c5a2ddb5
commit 5235f592f0
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@
</div> </div>
<div class="body w-lg-100"> <div class="body w-lg-100">
<div class="custom-control custom-switch"> <div class="custom-control custom-switch">
<input autocomplete="off" type="checkbox" class="custom-control-input" id="profanityreplacer" name="profanityreplacer"{% if v.slurreplacer %} checked{% endif %} onchange="postToastSwitch(this,'/settings/profile?profanityreplacer='+document.getElementById('profanityreplacer').checked);"> <input autocomplete="off" type="checkbox" class="custom-control-input" id="profanityreplacer" name="profanityreplacer"{% if v.profanityreplacer %} checked{% endif %} onchange="postToastSwitch(this,'/settings/profile?profanityreplacer='+document.getElementById('profanityreplacer').checked);">
<label class="custom-control-label" for="profanityreplacer"></label> <label class="custom-control-label" for="profanityreplacer"></label>
</div> </div>
<span class="text-small text-muted">Enable if you would like to automatically replace profanities.</span> <span class="text-small text-muted">Enable if you would like to automatically replace profanities.</span>