Fix i18n for "Generate Caption" in wand menu

This commit is contained in:
ceruleandeep
2024-12-16 20:49:31 +11:00
parent 0ea4494dea
commit 247a23bda9
4 changed files with 4 additions and 1 deletions

View File

@ -393,7 +393,7 @@ jQuery(async function () {
const sendButton = $(`
<div id="send_picture" class="list-group-item flex-container flexGap5">
<div class="fa-solid fa-image extensionsMenuExtensionButton"></div>
Generate Caption
<span data-i18n="Generate Caption">Generate Caption</span>
</div>`);
$('#caption_wand_container').append(sendButton);