Fix i18n
This commit is contained in:
parent
17a25e36d7
commit
9b1ca607f4
|
@ -3226,8 +3226,9 @@
|
|||
<select id="instruct_presets" data-preset-manager-for="instruct" class="flex1 text_pole"></select>
|
||||
</div>
|
||||
<label>
|
||||
<small data-i18n="Activation Regex">
|
||||
Activation Regex <span class="fa-solid fa-circle-question" title="When connecting to an API or choosing a model, automatically activate this Instruct Mode template if the model name matches the provided regular expression."></span>
|
||||
<small>
|
||||
<span data-i18n="Activation Regex">Activation Regex</span>
|
||||
<span class="fa-solid fa-circle-question" title="When connecting to an API or choosing a model, automatically activate this Instruct Mode template if the model name matches the provided regular expression."></span>
|
||||
</small>
|
||||
</label>
|
||||
<div>
|
||||
|
|
Loading…
Reference in New Issue