autoswipe length tooltip clarify that it is # of characters

947d4f215e0697683b4b803bb928967a7b0614a9

Sneha C <coffeebrown0@gmail.com>

Signed
1 files changed, +1 -1Ignore whitespace
public/index.html+1 -1
@@ -4666,7 +4666,7 @@
4666 <small data-i18n="Enabled">Enabled</small>4666 <small data-i18n="Enabled">Enabled</small>
4667 </label>4667 </label>
4668 <small data-i18n="Minimum generated message length">Minimum generated message length</small>4668 <small data-i18n="Minimum generated message length">Minimum generated message length</small>
4669 <input id="auto_swipe_minimum_length" name="auto_swipe_minimum_length" type="number" min="0" step="1" value="0" class="text_pole" title="If the generated message is shorter than this, trigger an auto-swipe." data-i18n="[title]If the generated message is shorter than this, trigger an auto-swipe">4669 <input id="auto_swipe_minimum_length" name="auto_swipe_minimum_length" type="number" min="0" step="1" value="0" class="text_pole" title="If the generated message is shorter than these many characters, trigger an auto-swipe." data-i18n="[title]If the generated message is shorter than these many characters, trigger an auto-swipe">
4670 <small data-i18n="Blacklisted words">Blacklisted words</small>4670 <small data-i18n="Blacklisted words">Blacklisted words</small>
4671 <div class="auto_swipe">4671 <div class="auto_swipe">
4672 <textarea id="auto_swipe_blacklist" name="auto_swipe_blacklist" data-i18n="[placeholder]words you dont want generated separated by comma ','" placeholder="words you don't want generated separated by comma ','" class="text_pole textarea_compact" value="" autocomplete="off" rows="3"></textarea>4672 <textarea id="auto_swipe_blacklist" name="auto_swipe_blacklist" data-i18n="[placeholder]words you dont want generated separated by comma ','" placeholder="words you don't want generated separated by comma ','" class="text_pole textarea_compact" value="" autocomplete="off" rows="3"></textarea>