improved the "same language" statement.

This commit is contained in:
mic 2024-07-19 22:18:30 +02:00
parent 7aeb92e6e3
commit eaa1668eae

View file

@ -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 + ".";
}