Update TranslateTool.js

This commit is contained in:
pliny
2026-03-20 18:20:34 -07:00
committed by GitHub
parent 9c11572f97
commit 6144c568f5
+1 -1
View File
@@ -103,7 +103,7 @@ class TranslateTool extends Tool {
translateTo: async function(langName) {
var apiKey = this.translateGetApiKey();
if (!apiKey) {
this.translateError = 'No API key. Set your OpenRouter key in PlinyOS settings.';
this.translateError = 'No API key. Set your OpenRouter key in Advanced Settings in the top right.';
return;
}
var input = this.transformInput;