Update templates/settings.html

Co-authored-by: Daniel Valentine <Daniel-Valentine@users.noreply.github.com>
This commit is contained in:
potatoesAreGod 2022-11-23 18:09:32 +00:00 committed by GitHub
parent ff76e59cbb
commit 79f2c3db68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@
<input type="checkbox" name="hide_hls_notification" {% if prefs.hide_hls_notification == "on" %}checked{% endif %}>
</div>
<div id="link_confirmation">
<label for="link_confirmation">Require confirmation for Open in Reddit</label>
<label for="link_confirmation">Confirm before visiting content on Reddit</label>
<input type="hidden" value="off" name="link_confirmation">
<input type="checkbox" name="link_confirmation" {% if prefs.link_confirmation == "on" %}checked{% endif %}>
</div>