Translate message copy

e11e7b7d52c10acb3a70f90ea6dd745a6fead150

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

1 files changed, +1 -1Showing whitespace changes
public/script.js+1 -1
@@ -5080,7 +5080,7 @@ async function promptItemize(itemizedPrompts, requestedMesId) {
5080 }5080 }
50815081
5082 navigator.clipboard.writeText(rawPromptValues);5082 navigator.clipboard.writeText(rawPromptValues);
5083 toastr.info('Copied!');5083 toastr.info(t`Copied!`);
5084 });5084 });
50855085
5086 popup.dlg.querySelector('#showRawPrompt').addEventListener('click', function () {5086 popup.dlg.querySelector('#showRawPrompt').addEventListener('click', function () {