minor fix

This commit is contained in:
2025-08-29 10:45:46 +08:00
parent 37ef761c07
commit ffb90ca8fb
2 changed files with 3 additions and 3 deletions

View File

@@ -104,7 +104,7 @@
<input id="greet" type="checkbox"/> Greet recipients (by proper names if possible)
</label>
<label for="recovery" class="pure-checkbox">
<input id="recovery" type="checkbox"/> Try recover from a mismatched subject error
<input id="recovery" type="checkbox"/> Try recover from a mismatched address/subject error
</label>
<label for="slice" class="pure-checkbox">
<input id="slice" type="checkbox"/> Enable task slicing
@@ -113,7 +113,7 @@
<input id="nospam" type="checkbox"/> Avoid spamming
</label>
<label for="save" class="pure-checkbox">
<input id="save" type="checkbox" checked/> Save to file upon exit
<input id="save" type="checkbox" checked/> Save to file
</label>
</fieldset>
<br>