diff --git a/CHANGELOG.md b/CHANGELOG.md
index ab169827..1a8498e5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,7 +8,8 @@
- Added Anthropic API support [#349].
- [OpenAI Comp API] Added a shortcut to select configurations for known AI services. Currently, Grok AI and Mistral AI are available [#378]. Open an issue to request additional services.
- - [All APIs] Setting to zero the "Max prompt length" in the options page will disable the check when sending a prompt to the AI [#380].
+ - [All APIs] Setting the "Max prompt length" to zero on the options page will disable the length check when sending a prompt to the AI. [#380].
+ - [All APIs] Added a button to the options page to reset the 'Max prompt length' value to its default.
- Fix: in the Spamfilter page the unsaved changes warning is now correctly shown.
- Fixed incoming emails elaboration that was failing when the auto tagging was enabled and then the complete tagging feature was disabled.
- ...
diff --git a/options/mzta-release-notes.html b/options/mzta-release-notes.html
index 16c76f6d..4e3372c9 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -11,7 +11,8 @@
- Added Anthropic API support [#349].
- [OpenAI Comp API] Added a shortcut to select configurations for known AI services. Currently, Grok AI and Mistral AI are available [#378]. Open an issue to request additional services.
- - [All APIs] Setting to zero the "Max prompt length" in the options page will disable the check when sending a prompt to the AI [#380].
+ - [All APIs] Setting the "Max prompt length" to zero on the options page will disable the length check when sending a prompt to the AI. [#380].
+ - [All APIs] Added a button to the options page to reset the 'Max prompt length' value to its default.
- Fix: in the Spamfilter page the unsaved changes warning is now correctly shown.
- Fixed incoming emails elaboration that was failing when the auto tagging was enabled and then the complete tagging feature was disabled.
- ...