clarify regex editor tooltips

06efdf17d893df0c7b11c3bd90728241fc1a20e1

RossAscends <124905043+RossAscends@users.noreply.github.com>

1 files changed, +2 -2Ignore whitespace
public/scripts/extensions/regex/editor.html+2 -2
@@ -132,11 +132,11 @@
132 <small data-i18n="ext_regex_other_options" data-i18n="Ephemerality">Ephemerality</small>132 <small data-i18n="ext_regex_other_options" data-i18n="Ephemerality">Ephemerality</small>
133 <span class="fa-solid fa-circle-question note-link-span" title="By default, regex scripts alter the chat file directly and irreversibly.&#13;Enabling either (or both) of the options below will prevent chat file alteration, while still altering the specified item(s)."></span>133 <span class="fa-solid fa-circle-question note-link-span" title="By default, regex scripts alter the chat file directly and irreversibly.&#13;Enabling either (or both) of the options below will prevent chat file alteration, while still altering the specified item(s)."></span>
134 </span>134 </span>
135 <label class="checkbox flex-container" title="Chat history won't change, only the message rendered in the UI.">135 <label class="checkbox flex-container" title="Chat history file contents won't change, but regex will be applied to the messages displayed in the Chat UI.">
136 <input type="checkbox" name="only_format_display" />136 <input type="checkbox" name="only_format_display" />
137 <span data-i18n="Only Format Display">Alter Chat Display</span>137 <span data-i18n="Only Format Display">Alter Chat Display</span>
138 </label>138 </label>
139 <label class="checkbox flex-container" data-i18n="[title]ext_regex_only_format_prompt_desc" title="Chat history won't change, only the prompt as the request is sent (on generation).">139 <label class="checkbox flex-container" data-i18n="[title]ext_regex_only_format_prompt_desc" title="Chat history file contents won't change, but regex will be applied to the outgoing prompt before it is sent to the LLM.">
140 <input type="checkbox" name="only_format_prompt" />140 <input type="checkbox" name="only_format_prompt" />
141 <span data-i18n="Only Format Prompt (?)">Alter Outgoing Prompt</span>141 <span data-i18n="Only Format Prompt (?)">Alter Outgoing Prompt</span>
142 </label>142 </label>