use correct checkbox

remotes/1693176582716663532/tmp_refs/heads/watchparty
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 class="body w-lg-100">
<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>
</div>
<span class="text-small text-muted">Enable if you would like to automatically replace profanities.</span>