typo fixed

This commit is contained in:
mic 2025-02-14 22:36:26 +01:00
parent f823d5c4b2
commit 943d997f72

View file

@ -17,7 +17,7 @@
<td><span>__MSG_prefs_OptionText_spamfilter_threshold__</span></td> <td><span>__MSG_prefs_OptionText_spamfilter_threshold__</span></td>
<td> <td>
<label> <label>
<input type="number" id="spamfilter_threshold" name="spamfilter_threshold" min="0" max="100" class="option-input" /><span id="spam_threshold_too_low">__MSG_spam_trhreshold_too_low__</span> <input type="number" id="spamfilter_threshold" name="spamfilter_threshold" min="0" max="100" class="option-input" /><span id="spam_threshold_too_low">__MSG_spam_threshold_too_low__</span>
<br>__MSG_prefs_OptionText_spamfilter_threshold_Info__ <br>__MSG_prefs_OptionText_spamfilter_threshold_Info__
</label> </label>
</td> </td>