Translate message copy
| @@ -5080,7 +5080,7 @@ async function promptItemize(itemizedPrompts, requestedMesId) { | |||
| 5080 | } | 5080 | } |
| 5081 | 5081 | ||
| 5082 | navigator.clipboard.writeText(rawPromptValues); | 5082 | navigator.clipboard.writeText(rawPromptValues); |
| 5083 | toastr.info('Copied!'); | 5083 | toastr.info(t`Copied!`); |
| 5084 | }); | 5084 | }); |
| 5085 | 5085 | ||
| 5086 | popup.dlg.querySelector('#showRawPrompt').addEventListener('click', function () { | 5086 | popup.dlg.querySelector('#showRawPrompt').addEventListener('click', function () { |