diff --git a/CHANGELOG.md b/CHANGELOG.md index e03174a9..0e6a3cee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@

Version 1.1.0 - 21/05/2024

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 @@

__MSG_customPrompts_managePrompts__

-

__MSG_customPrompts_managePrompts_help__

+

__MSG_customPrompts_managePrompts_help__

diff --git a/customprompts/mzta-custom-prompts.js b/customprompts/mzta-custom-prompts.js index 0346bf13..d1a2fa5c 100644 --- a/customprompts/mzta-custom-prompts.js +++ b/customprompts/mzta-custom-prompts.js @@ -1,5 +1,5 @@ /* - * ThunderAI [https://micz.it/thunderdbird-addon-thunderai/] + * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] * Copyright (C) 2024 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify diff --git a/js/mzta-chatgpt.js b/js/mzta-chatgpt.js index a580314d..82ed76c8 100644 --- a/js/mzta-chatgpt.js +++ b/js/mzta-chatgpt.js @@ -1,5 +1,5 @@ /* - * ThunderAI [https://micz.it/thunderdbird-addon-thunderai/] + * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] * Copyright (C) 2024 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify @@ -164,7 +164,7 @@ function addCustomDiv(prompt_action,tabId) { //status page var status_page_div = document.createElement('div'); status_page_div.id = 'mzta-status-page'; - status_page_div.innerHTML = ''+ mztaStatusPageDesc +''; + status_page_div.innerHTML = ''+ mztaStatusPageDesc +''; fixedDiv.appendChild(status_page_div); //force completion diff --git a/js/mzta-compose-script.js b/js/mzta-compose-script.js index 99d8f45e..a5d4077a 100644 --- a/js/mzta-compose-script.js +++ b/js/mzta-compose-script.js @@ -1,5 +1,5 @@ /* - * ThunderAI [https://micz.it/thunderdbird-addon-thunderai/] + * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] * Copyright (C) 2024 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify diff --git a/js/mzta-menus.js b/js/mzta-menus.js index aa27e9d8..a9cff9c6 100644 --- a/js/mzta-menus.js +++ b/js/mzta-menus.js @@ -1,5 +1,5 @@ /* - * ThunderAI [https://micz.it/thunderdbird-addon-thunderai/] + * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] * Copyright (C) 2024 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify diff --git a/js/mzta-prompts.js b/js/mzta-prompts.js index d24c4c79..c13315ae 100644 --- a/js/mzta-prompts.js +++ b/js/mzta-prompts.js @@ -1,5 +1,5 @@ /* - * ThunderAI [https://micz.it/thunderdbird-addon-thunderai/] + * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] * Copyright (C) 2024 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify diff --git a/js/mzta-utils.js b/js/mzta-utils.js index 098e149b..8ba040b9 100644 --- a/js/mzta-utils.js +++ b/js/mzta-utils.js @@ -1,5 +1,5 @@ /* - * ThunderAI [https://micz.it/thunderdbird-addon-thunderai/] + * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] * Copyright (C) 2024 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify diff --git a/manifest.json b/manifest.json index a7cd6c6e..08d5392b 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "description": "__MSG_extensionDescription__", "version": "1.1.2", "author": "Mic (m@micz.it)", - "homepage_url": "https://micz.it/thunderdbird-addon-thunderai/", + "homepage_url": "https://micz.it/thunderbird-addon-thunderai/", "browser_specific_settings": { "gecko": { "id": "thunderai@micz.it", diff --git a/mzta-background.js b/mzta-background.js index 706eb15e..a3981046 100644 --- a/mzta-background.js +++ b/mzta-background.js @@ -1,5 +1,5 @@ /* - * ThunderAI [https://micz.it/thunderdbird-addon-thunderai/] + * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] * Copyright (C) 2024 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify diff --git a/options/mzta-options-default.js b/options/mzta-options-default.js index 968170b8..4cfc2112 100644 --- a/options/mzta-options-default.js +++ b/options/mzta-options-default.js @@ -1,5 +1,5 @@ /* - * ThunderAI [https://micz.it/thunderdbird-addon-thunderai/] + * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] * Copyright (C) 2024 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify diff --git a/options/mzta-options.html b/options/mzta-options.html index b7fab2ef..9896bba0 100644 --- a/options/mzta-options.html +++ b/options/mzta-options.html @@ -6,7 +6,7 @@
__MSG_prefs_OptionText_release_notes__
-
__MSG_prefs_status_page__
+
__MSG_prefs_status_page__
@@ -80,7 +80,7 @@ __MSG_prefsInfoDesc_2__
__MSG_prefsInfoDesc_3__

-
__MSG_prefsDonation_1__
__MSG_prefsDonation_2__
+
__MSG_prefsDonation_1__
__MSG_prefsDonation_2__
diff --git a/options/mzta-options.js b/options/mzta-options.js index 4e9c23a9..1e44459b 100644 --- a/options/mzta-options.js +++ b/options/mzta-options.js @@ -1,5 +1,5 @@ /* - * ThunderAI [https://micz.it/thunderdbird-addon-thunderai/] + * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] * Copyright (C) 2024 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify diff --git a/options/mzta-release-notes.html b/options/mzta-release-notes.html index 42e2106a..4c573ac2 100644 --- a/options/mzta-release-notes.html +++ b/options/mzta-release-notes.html @@ -20,7 +20,7 @@

Version 1.1.0 - 21/05/2024

Version 1.0.1 - 13/04/2024

diff --git a/options/mzta-release-notes.js b/options/mzta-release-notes.js index 40ffb724..cc52cff6 100644 --- a/options/mzta-release-notes.js +++ b/options/mzta-release-notes.js @@ -1,5 +1,5 @@ /* - * ThunderAI [https://micz.it/thunderdbird-addon-thunderai/] + * ThunderAI [https://micz.it/thunderbird-addon-thunderai/] * Copyright (C) 2024 Mic (m@micz.it) * This program is free software: you can redistribute it and/or modify
__MSG_prefs_OptionText_chatgpt_win_text__