mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Title message correction
This commit is contained in:
@@ -3638,7 +3638,7 @@
|
|||||||
<div class="alignitemscenter flex-container flexFlowColumn flexGrow flexShrink gap0 flexBasis48p" title="Cap the number of entry activation recursions" data-i18n="[title]Cap the number of entry activation recursions">
|
<div class="alignitemscenter flex-container flexFlowColumn flexGrow flexShrink gap0 flexBasis48p" title="Cap the number of entry activation recursions" data-i18n="[title]Cap the number of entry activation recursions">
|
||||||
<small>
|
<small>
|
||||||
<span data-i18n="Max Recursion Depth">Max Recursion Depth</span>
|
<span data-i18n="Max Recursion Depth">Max Recursion Depth</span>
|
||||||
<div class="fa-solid fa-circle-info opacity50p" data-i18n="[title](0 = unlimited, 1 = recurse once)" title="(0 = unlimited, 1 = recurse once)"></div>
|
<div class="fa-solid fa-circle-info opacity50p" data-i18n="[title](0 = unlimited, 1 = scans once and doesn't recurse, 2 = scans once and recurses once, etc)" title="(0 = unlimited, 1 = scans once and doesn't recurse, 2 = scans once and recurses once, etc)"></div>
|
||||||
</small>
|
</small>
|
||||||
<input class="neo-range-slider" type="range" id="world_info_max_recursion_depth" name="world_info_max_recursion_depth" min="0" max="10" step="1">
|
<input class="neo-range-slider" type="range" id="world_info_max_recursion_depth" name="world_info_max_recursion_depth" min="0" max="10" step="1">
|
||||||
<input class="neo-range-input" type="number" min="0" max="10" step="1" data-for="world_info_max_recursion_depth" id="world_info_max_recursion_depth_counter">
|
<input class="neo-range-input" type="number" min="0" max="10" step="1" data-for="world_info_max_recursion_depth" id="world_info_max_recursion_depth_counter">
|
||||||
|
Reference in New Issue
Block a user