Add description for fluoride mode

This commit is contained in:
r 2020-04-05 09:29:29 +00:00
parent 834b698f06
commit 402c976ec8
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
</div>
<div class="settings-form-field">
<input id="fluoride-mode" name="fluoride_mode" type="checkbox" value="true" {{if .Settings.FluorideMode}}checked{{end}}>
<label for="fluoride-mode"> Enable fluoride mode </label>
<label for="fluoride-mode"> Enable <abbr title="Enable JavaScript based functionality, e.g., like/retweet without page reload and reply preview on thread page">fluoride mode</abbr> </label>
</div>
<div class="settings-form-field">
<input id="dark-mode" name="dark_mode" type="checkbox" value="true" {{if .Settings.DarkMode}}checked{{end}}>