fix bug
This commit is contained in:
parent
c6bf2edba5
commit
c261c1da90
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ document.addEventListener("DOMContentLoaded", async () => {
|
||||||
if(summarize_prompt.text === 'prompt_summarize_full_text'){
|
if(summarize_prompt.text === 'prompt_summarize_full_text'){
|
||||||
summarize_prompt.text = browser.i18n.getMessage(summarize_prompt.text);
|
summarize_prompt.text = browser.i18n.getMessage(summarize_prompt.text);
|
||||||
}
|
}
|
||||||
if(summarize_email_template === 'prompt_summarize_email_template'){
|
if(summarize_email_template.text === 'prompt_summarize_email_template'){
|
||||||
summarize_email_template.text = browser.i18n.getMessage(summarize_email_template.text);
|
summarize_email_template.text = browser.i18n.getMessage(summarize_email_template.text);
|
||||||
}
|
}
|
||||||
if(summarize_email_separator.text === 'prompt_summarize_email_separator'){
|
if(summarize_email_separator.text === 'prompt_summarize_email_separator'){
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue