Translate message copy

This commit is contained in:
Cohee 2024-08-28 21:15:20 +03:00
parent 15a6b6100e
commit e11e7b7d52

View File

@ -5080,7 +5080,7 @@ async function promptItemize(itemizedPrompts, requestedMesId) {
} }
navigator.clipboard.writeText(rawPromptValues); navigator.clipboard.writeText(rawPromptValues);
toastr.info('Copied!'); toastr.info(t`Copied!`);
}); });
popup.dlg.querySelector('#showRawPrompt').addEventListener('click', function () { popup.dlg.querySelector('#showRawPrompt').addEventListener('click', function () {