fix of empty `data-i18n` keys

755267bfb676a449ce4255a7d5bb6084aa97b8ea

steve02081504 <steve02081504@EDEN.fukwold>

3 files changed, +4 -4Ignore whitespace
public/index.html+1 -1
@@ -4026,7 +4026,7 @@
40264026 <input type="range" id="smooth_streaming_speed" name="smooth_streaming_speed" min="0" max="100" step="10" value="50">
40274027 <div class="slider_hint">
40284028 <span data-i18n="Slow">Slow</span>
40294029 <span data-i18n=""></span>
40304030 <span data-i18n="Fast">Fast</span>
40314031 </div>
40324032 </div>
public/scripts/templates/tabbyDownloader.html+2 -2
@@ -1,6 +1,6 @@
11<div id="tabby_downloader_popup">
22 <div>
33 <h3><strong data-i18n="Download Model">Download Model</strong>
44 <a href="https://github.com/theroyallab/async-hf-downloader" class="notes-link" target="_blank">
55 <span class="note-link-span">?</span>
66 </a>
@@ -58,4 +58,4 @@
5858 <textarea class="text_pole textarea_compact" name="tabby_download_exclude" placeholder="Ex. *.txt"></textarea>
5959 </div>
6060 </div>
61-</div>
61 \ No newline at end of file
61+</div>
public/scripts/templates/welcome.html+1 -1
@@ -31,7 +31,7 @@
3131<h3 data-i18n="Confused or lost?">Confused or lost?</h3>
3232<ul>
3333 <li>
3434 <span class="note-link-span"><a class="fa-solid fa-circle-question" target="_blank" href="https://docs.sillytavern.app/" data-i18n=""></a></span> - <span data-i18n="click these icons!">click these icons!</span>
3535 </li>
3636 <li>
3737 <span data-i18n="Enter">Enter </span><code>/?</code><span data-i18n="in the chat bar"> in the chat bar</span>