information in the options page are related to the choose connection type

This commit is contained in:
mic 2024-07-28 22:21:51 +02:00
parent 84a18f873b
commit d08f88eb9b
2 changed files with 4 additions and 4 deletions

View file

@ -324,7 +324,7 @@
"description": "" "description": ""
}, },
"prefsInfoDesc_2": { "prefsInfoDesc_2": {
"message": " ", "message": "To use the ChatGPT API, you need an OpenAI API Key and must choose a model. If you fail to do so, ThunderAI will fall back to using the ChatGPT web interface.",
"description": "" "description": ""
}, },
"prefsInfoDesc_3": { "prefsInfoDesc_3": {

View file

@ -128,9 +128,9 @@
</div> </div>
<div id="miczDescription"> <div id="miczDescription">
<h1>__MSG_prefsInfoTitle__</h1> <h1>__MSG_prefsInfoTitle__</h1>
<p>__MSG_prefsInfoDesc_1__<br/> <p><span class="conntype_chatgpt_web">__MSG_prefsInfoDesc_1__<br/></span>
__MSG_prefsInfoDesc_2__<br/> <span class="conntype_chatgpt_api">__MSG_prefsInfoDesc_2__<br/>
__MSG_prefsInfoDesc_3__</p> __MSG_prefsInfoDesc_3__</span></p>
</div> </div>
<div id="miczTranslate">__MSG_TranslateText__ <a href="https://micz.it/thunderbird-addon-thunderai/translate/">__MSG_TranslateLink__</a></div> <div id="miczTranslate">__MSG_TranslateText__ <a href="https://micz.it/thunderbird-addon-thunderai/translate/">__MSG_TranslateLink__</a></div>
<div id="miczDonation">__MSG_prefsDonation_1__<br/><a href="http://micz.it/thunderbird-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>