Browse Source

Fix mismatch ID

adaptive-webui-19844
Chocobo1 5 years ago
parent
commit
e0c841d1e6
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 4
      src/webui/www/private/views/preferences.html

4
src/webui/www/private/views/preferences.html

@ -7,11 +7,11 @@ @@ -7,11 +7,11 @@
</div>
<div class="formRow">
<input type="checkbox" id="dontstartdownloads_checkbox" />
<label for="dontstartauto_checkbox">QBT_TR(Do not start the download automatically)QBT_TR[CONTEXT=OptionsDialog]</label>
<label for="dontstartdownloads_checkbox">QBT_TR(Do not start the download automatically)QBT_TR[CONTEXT=OptionsDialog]</label>
</div>
<div class="formRow">
<input type="checkbox" id="deletetorrentfileafter_checkbox" />
<label for="deletetorrentafter_checkbox">QBT_TR(Delete .torrent files afterwards)QBT_TR[CONTEXT=OptionsDialog]</label>
<label for="deletetorrentfileafter_checkbox">QBT_TR(Delete .torrent files afterwards)QBT_TR[CONTEXT=OptionsDialog]</label>
</div>
</fieldset>

Loading…
Cancel
Save