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 @@
132132 <small data-i18n="ext_regex_other_options" data-i18n="Ephemerality">Ephemerality</small>
133133 <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>
134134 </span>
135135 <label class="checkbox flex-container" title="Chat history file contents won't change, onlybut regex will be applied to the messagemessages rendereddisplayed in the Chat UI.">
136136 <input type="checkbox" name="only_format_display" />
137137 <span data-i18n="Only Format Display">Alter Chat Display</span>
138138 </label>
139139 <label class="checkbox flex-container" data-i18n="[title]ext_regex_only_format_prompt_desc" title="Chat history file contents won't change, onlybut theregex promptwill asbe applied to the requestoutgoing prompt before it is sent (onto generation)the LLM.">
140140 <input type="checkbox" name="only_format_prompt" />
141141 <span data-i18n="Only Format Prompt (?)">Alter Outgoing Prompt</span>
142142 </label>