micz.it url link typo fixed

This commit is contained in:
mic 2024-05-28 18:44:32 +02:00
parent 243df0e0ba
commit 6cdfd1489f
20 changed files with 25 additions and 25 deletions

View file

@ -18,7 +18,7 @@
<h2>Version 1.1.0 - 21/05/2024</h2>
<ul>
<li>A prompt can be configured to request additional text from the user.</li>
<li>Added custom prompts. See more info <a href="https://micz.it/thunderdbird-addon-thunderai/custom-prompts/">here</a>.</li>
<li>Added custom prompts. See more info <a href="https://micz.it/thunderbird-addon-thunderai/custom-prompts/">here</a>.</li>
<li>Dark mode added.</li>
<li>Added some error messages to handle potential changes in the ChatGPT web interface.</li>
<li>German translation added.</li>
@ -79,7 +79,7 @@
<li>Fixed a bug in importing replies text.</li>
<li>Fixed the handling of the new change model button in the ChatGPT interface.</li>
<li>Added an option to choose between GPT-3.5 and GPT-4 Models [<a href="https://github.com/micz/ThunderAI/issues/27">#27</a>].</li>
<li>Added a link to the <a href="https://micz.it/thunderdbird-addon-thunderai/status/">Status Page</a>, to check if there are known issues in interacting with the ChatGPT web interface.</li>
<li>Added a link to the <a href="https://micz.it/thunderbird-addon-thunderai/status/">Status Page</a>, to check if there are known issues in interacting with the ChatGPT web interface.</li>
</ul>
<h2>Version 1.0.1 - 13/04/2024</h2>

View file

@ -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/)!
<br>
## 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/)
<br>

View file

@ -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 <a href=\"https://micz.it/thunderdbird-addon-thunderai/status/\">Dienststatus</a>.",
"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 <a href=\"https://micz.it/thunderbird-addon-thunderai/status/\">Dienststatus</a>.",
"description": ""
},

View file

@ -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 <a href=\"https://micz.it/thunderdbird-addon-thunderai/status/\">check the service status</a>.",
"message": "There is an error sending the prompt to ChatGPT, please retry. If the problem persists, please <a href=\"https://micz.it/thunderbird-addon-thunderai/status/\">check the service status</a>.",
"description": ""
},

View file

@ -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 <a href=\"https://micz.it/thunderdbird-addon-thunderai/status/\">vérifier le statut du service</a>.",
"message": "Il y a une erreur lors de l'envoi de la proposition à ChatGPT, veuillez réessayer. Si le problème persiste, veuillez <a href=\"https://micz.it/thunderbird-addon-thunderai/status/\">vérifier le statut du service</a>.",
"description": ""
},

View file

@ -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 <a href=\"https://micz.it/thunderdbird-addon-thunderai/status/\">controlla lo stato del servizio</a>.",
"message": "C'è stato un errore nell'invio del prompt a ChatGPT, per favore riprova. Se il problema persiste, per favore <a href=\"https://micz.it/thunderbird-addon-thunderai/status/\">controlla lo stato del servizio</a>.",
"description": ""
},
"chatgpt_sendbutton_not_found_error": {

View file

@ -8,7 +8,7 @@
<body>
<div>
<h1>__MSG_customPrompts_managePrompts__</h1>
<p><a href="https://micz.it/thunderdbird-addon-thunderai/custom-prompts/">__MSG_customPrompts_managePrompts_help__</a></p>
<p><a href="https://micz.it/thunderbird-addon-thunderai/custom-prompts/">__MSG_customPrompts_managePrompts_help__</a></p>
</div>
<div id="command_palette">
<button id="btnSaveAll" disabled>__MSG_customPrompts_btnSaveAll__</button>

View file

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

View file

@ -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 = '<a href="https://micz.it/thunderdbird-addon-thunderai/status/">'+ mztaStatusPageDesc +'</a>';
status_page_div.innerHTML = '<a href="https://micz.it/thunderbird-addon-thunderai/status/">'+ mztaStatusPageDesc +'</a>';
fixedDiv.appendChild(status_page_div);
//force completion

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -6,7 +6,7 @@
</head>
<body>
<div id="miczRelNotes"><a href="mzta-release-notes.html">__MSG_prefs_OptionText_release_notes__</a></div>
<div id="miczStatusPage"><a href="https://micz.it/thunderdbird-addon-thunderai/status/">__MSG_prefs_status_page__</a></div>
<div id="miczStatusPage"><a href="https://micz.it/thunderbird-addon-thunderai/status/">__MSG_prefs_status_page__</a></div>
<table id="miczPrefs">
<tr>
<td><span>__MSG_prefs_OptionText_chatgpt_win_text__</span></td>
@ -80,7 +80,7 @@
__MSG_prefsInfoDesc_2__<br/>
__MSG_prefsInfoDesc_3__</p>
</div>
<div id="miczDonation">__MSG_prefsDonation_1__<br/><a href="http://micz.it/thunderdbird-addon-thunderai/donate/">__MSG_prefsDonation_2__</a></div>
<div id="miczDonation">__MSG_prefsDonation_1__<br/><a href="http://micz.it/thunderbird-addon-thunderai/donate/">__MSG_prefsDonation_2__</a></div>
<script src="mzta-options.js" type="module"></script>
<script src="../js/mzta-i18n.js"></script>
</body>

View file

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

View file

@ -20,7 +20,7 @@
<h2>Version 1.1.0 - 21/05/2024</h2>
<ul>
<li>A prompt can be configured to request additional text from the user.</li>
<li>Added custom prompts. See more info <a href="https://micz.it/thunderdbird-addon-thunderai/custom-prompts/">here</a>.</li>
<li>Added custom prompts. See more info <a href="https://micz.it/thunderbird-addon-thunderai/custom-prompts/">here</a>.</li>
<li>Dark mode added.</li>
<li>Added some error messages to handle potential changes in the ChatGPT web interface.</li>
<li>German translation added.</li>
@ -81,7 +81,7 @@
<li>Fixed a bug in importing replies text.</li>
<li>Fixed the handling of the new change model button in the ChatGPT interface.</li>
<li>Added an option to choose between GPT-3.5 and GPT-4 Models [<a href="https://github.com/micz/ThunderAI/issues/27">#27</a>].</li>
<li>Added a link to the <a href="https://micz.it/thunderdbird-addon-thunderai/status/">Status Page</a>, to check if there are known issues in interacting with the ChatGPT web interface.</li>
<li>Added a link to the <a href="https://micz.it/thunderbird-addon-thunderai/status/">Status Page</a>, to check if there are known issues in interacting with the ChatGPT web interface.</li>
</ul>
<h2>Version 1.0.1 - 13/04/2024</h2>

View file

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