improved the "same language" statement.
This commit is contained in:
parent
7aeb92e6e3
commit
eaa1668eae
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ export class mzta_Menus {
|
|||
chatgpt_lang = prefs.default_chatgpt_lang;
|
||||
//console.log(" >>>>>>>>>>>> chatgpt_lang: " + chatgpt_lang);
|
||||
if(chatgpt_lang === ''){
|
||||
chatgpt_lang = 'Reply in the language it is written.';
|
||||
chatgpt_lang = 'Reply in the same language.';
|
||||
}else{
|
||||
chatgpt_lang = browser.i18n.getMessage("prompt_lang") + " " + chatgpt_lang + ".";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue