ImageGen: rename Enable function tool => Use function tool

a4256ccf57960e5001d3ab38b0f4ab380d45a060

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +5 -5Ignore whitespace
public/scripts/extensions/stable-diffusion/settings.html+5 -5
@@ -14,13 +14,13 @@
14 <input id="sd_refine_mode" type="checkbox" />14 <input id="sd_refine_mode" type="checkbox" />
15 <span data-i18n="sd_refine_mode_txt">Edit prompts before generation</span>15 <span data-i18n="sd_refine_mode_txt">Edit prompts before generation</span>
16 </label>16 </label>
17 <label for="sd_interactive_mode" class="checkbox_label" data-i18n="[title]sd_interactive_mode" title="Automatically generate images when sending messages like 'send me a picture of cat'.">
18 <input id="sd_interactive_mode" type="checkbox" />
19 <span data-i18n="sd_interactive_mode_txt">Interactive mode</span>
20 </label>
21 <label for="sd_function_tool" class="checkbox_label" data-i18n="[title]sd_function_tool" title="Use the function tool to automatically detect intents to generate images.">17 <label for="sd_function_tool" class="checkbox_label" data-i18n="[title]sd_function_tool" title="Use the function tool to automatically detect intents to generate images.">
22 <input id="sd_function_tool" type="checkbox" />18 <input id="sd_function_tool" type="checkbox" />
23 <span data-i18n="sd_function_tool_txt">Enable function tool</span>19 <span data-i18n="sd_function_tool_txt">Use function tool</span>
20 </label>
21 <label for="sd_interactive_mode" class="checkbox_label" data-i18n="[title]sd_interactive_mode" title="Automatically generate images when sending messages like 'send me a picture of cat'.">
22 <input id="sd_interactive_mode" type="checkbox" />
23 <span data-i18n="sd_interactive_mode_txt">Use interactive mode</span>
24 </label>24 </label>
25 <label for="sd_multimodal_captioning" class="checkbox_label" data-i18n="[title]sd_multimodal_captioning" title="Use multimodal captioning to generate prompts for user and character portraits based on their avatars.">25 <label for="sd_multimodal_captioning" class="checkbox_label" data-i18n="[title]sd_multimodal_captioning" title="Use multimodal captioning to generate prompts for user and character portraits based on their avatars.">
26 <input id="sd_multimodal_captioning" type="checkbox" />26 <input id="sd_multimodal_captioning" type="checkbox" />