fix of empty `data-i18n` keys

This commit is contained in:
steve02081504 2024-07-28 10:21:18 +08:00
parent 5caf0e8359
commit 755267bfb6
3 changed files with 4 additions and 4 deletions

View File

@ -4026,7 +4026,7 @@
<input type="range" id="smooth_streaming_speed" name="smooth_streaming_speed" min="0" max="100" step="10" value="50">
<div class="slider_hint">
<span data-i18n="Slow">Slow</span>
<span data-i18n=""></span>
<span></span>
<span data-i18n="Fast">Fast</span>
</div>
</div>

View File

@ -1,6 +1,6 @@
<div id="tabby_downloader_popup">
<div>
<h3><strong data-i18n="">Download Model</strong>
<h3><strong data-i18n="Download Model">Download Model</strong>
<a href="https://github.com/theroyallab/async-hf-downloader" class="notes-link" target="_blank">
<span class="note-link-span">?</span>
</a>

View File

@ -31,7 +31,7 @@
<h3 data-i18n="Confused or lost?">Confused or lost?</h3>
<ul>
<li>
<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>
<span class="note-link-span"><a class="fa-solid fa-circle-question" target="_blank" href="https://docs.sillytavern.app/"></a></span> - <span data-i18n="click these icons!">click these icons!</span>
</li>
<li>
<span data-i18n="Enter">Enter </span><code>/?</code><span data-i18n="in the chat bar"> in the chat bar</span>