Added some error messages to handle potential changes in the ChatGPT web interface.
German translation added.
@@ -79,7 +79,7 @@
Fixed a bug in importing replies text.
Fixed the handling of the new change model button in the ChatGPT interface.
Added an option to choose between GPT-3.5 and GPT-4 Models [#27].
-
Added a link to the Status Page, to check if there are known issues in interacting with the ChatGPT web interface.
+
Added a link to the Status Page, to check if there are known issues in interacting with the ChatGPT web interface.
Version 1.0.1 - 13/04/2024
diff --git a/README.md b/README.md
index 5d60f204..92df917e 100644
--- a/README.md
+++ b/README.md
@@ -8,13 +8,13 @@ ThunderAI is a tool for anyone looking to improve their email quality, both in c
There is no need for an API key and is possibile to use this extension even with a free account!
-Starting from version 1.1.0, you can also define your own **custom prompts**! Find out how [here](https://micz.it/thunderdbird-addon-thunderai/custom-prompts/)!
+Starting from version 1.1.0, you can also define your own **custom prompts**! Find out how [here](https://micz.it/thunderbird-addon-thunderai/custom-prompts/)!
## Translations
Do you want to help translating this addon?
-[Find out how!](https://micz.it/thunderdbird-addon-thunderai/translate/)
+[Find out how!](https://micz.it/thunderbird-addon-thunderai/translate/)
diff --git a/_locales/de/messages.json b/_locales/de/messages.json
index c7372f65..ce3d8fc1 100644
--- a/_locales/de/messages.json
+++ b/_locales/de/messages.json
@@ -255,7 +255,7 @@
},
"chatgpt_textarea_not_found_error": {
- "message": "Es gibt einen Fehler beim Senden der Eingabeaufforderung an ChatGPT. Bitte versuchen Sie es erneut. Wenn das Problem weiterhin besteht, überprüfen Sie bitte den Dienststatus.",
+ "message": "Es gibt einen Fehler beim Senden der Eingabeaufforderung an ChatGPT. Bitte versuchen Sie es erneut. Wenn das Problem weiterhin besteht, überprüfen Sie bitte den Dienststatus.",
"description": ""
},
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index fc87b51f..33f7ea3e 100644
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -255,7 +255,7 @@
},
"chatgpt_textarea_not_found_error": {
- "message": "There is an error sending the prompt to ChatGPT, please retry. If the problem persists, please check the service status.",
+ "message": "There is an error sending the prompt to ChatGPT, please retry. If the problem persists, please check the service status.",
"description": ""
},
diff --git a/_locales/fr/messages.json b/_locales/fr/messages.json
index f51cb7b0..aced1498 100644
--- a/_locales/fr/messages.json
+++ b/_locales/fr/messages.json
@@ -255,7 +255,7 @@
},
"chatgpt_textarea_not_found_error": {
- "message": "Il y a une erreur lors de l'envoi de la proposition à ChatGPT, veuillez réessayer. Si le problème persiste, veuillez vérifier le statut du service.",
+ "message": "Il y a une erreur lors de l'envoi de la proposition à ChatGPT, veuillez réessayer. Si le problème persiste, veuillez vérifier le statut du service.",
"description": ""
},
diff --git a/_locales/it/messages.json b/_locales/it/messages.json
index 0559ce70..1615048d 100644
--- a/_locales/it/messages.json
+++ b/_locales/it/messages.json
@@ -256,7 +256,7 @@
"description": ""
},
"chatgpt_textarea_not_found_error": {
- "message": "C'è stato un errore nell'invio del prompt a ChatGPT, per favore riprova. Se il problema persiste, per favore controlla lo stato del servizio.",
+ "message": "C'è stato un errore nell'invio del prompt a ChatGPT, per favore riprova. Se il problema persiste, per favore controlla lo stato del servizio.",
"description": ""
},
"chatgpt_sendbutton_not_found_error": {
diff --git a/customprompts/mzta-custom-prompts.html b/customprompts/mzta-custom-prompts.html
index e60fd415..a8f33596 100644
--- a/customprompts/mzta-custom-prompts.html
+++ b/customprompts/mzta-custom-prompts.html
@@ -8,7 +8,7 @@