diff --git a/CHANGELOG.md b/CHANGELOG.md
index ea003c7d..2401da7a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@
Version 3.1.0 - ??/??/2025
- Added Google Gemini API support [#204, #2174].
+ - Added {%mail_typed_text%} data placeholder to get the text inserted before the quoted mail body when replying [#196].
- Added an info text about using the new {%tags_full_list%} placeholder in the "Add Tags Prompt" page [#215].
- ...
@@ -15,8 +16,8 @@
- [ChatGPT API][Ollama API][OpenAI Comp API] Added a special prompt to apply tags to emails [#183].
- Default prompts text has been translated [#185].
- - Data placeholder {%tags_full_list%} for the full available tags list added [#197].
- - Data placeholder {%tags_current_email%} for the single mail tags list added [#198].
+ - Added {%tags_full_list%} data placeholder for the full available tags list added [#197].
+ - Added {%tags_current_email%} data placeholder for the single mail tags list added [#198].
- User survey link added [#202].
- [OpenAI Comp API] Added a button in the options page to manually insert the model [#205].
- Polish (pl) translation added, thanks to neexpl.
diff --git a/options/mzta-release-notes.html b/options/mzta-release-notes.html
index 1f3ee74f..40a9b6cd 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -10,6 +10,7 @@
Version 3.1.0 - ??/??/2025
- Added Google Gemini API support [#204, #2174].
+ - Added {%mail_typed_text%} data placeholder to get the text inserted before the quoted mail body when replying [#196].
- Added an info text about using the new {%tags_full_list%} placeholder in the "Add Tags Prompt" page [#215].
- ...
@@ -17,8 +18,8 @@
- [ChatGPT API][Ollama API][OpenAI Comp API] Added a special prompt to apply tags to emails [#183].
- Default prompts text has been translated [#185].
- - Data placeholder {%tags_full_list%} for the full available tags list added [#197].
- - Data placeholder {%tags_current_email%} for the single mail tags list added [#198].
+ - Added {%tags_full_list%} data placeholder for the full available tags list added [#197].
+ - Added {%tags_current_email%} data placeholder for the single mail tags list added [#198].
- User survey link added [#202].
- Polish (pl) translation added, thanks to neexpl.
- [OpenAI Comp API] Added a button in the options page to manually insert the model [#205].