mirror of
https://github.com/elder-plinius/P4RS3LT0NGV3.git
synced 2026-07-25 13:30:49 +02:00
Update TranslateTool.js
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user