diff --git a/CHANGELOG.md b/CHANGELOG.md
index bff4fe01..3c7db57e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,9 +9,10 @@
- [ChatGPT API][Ollama API][OpenAI Comp API][Gemini API] Added a special prompt to get calendar events data from emails [#182]. To use this feature, you must install also the Sparks add-on.
- Added Google Gemini API support [#204, #217].
- - Added {%mail_typed_text%} data placeholder to get the text inserted before the quoted mail body when replying [#196].
- - Added {%mail_datetime%} data placeholder to get the date and time of the email [#223].
- - Added {%current_datetime%} data placeholder to get the current date and time [#224].
+ - Added the {%mail_typed_text%} placeholder to get the text inserted before the quoted mail body when replying [#196].
+ - Using the {%mail_typed_text%} placeholder the typed text inserted before the quoted mail body will be selected automatically to be replaced afterwards with the AI response [#229].
+ - Added the {%mail_datetime%} placeholder to get the date and time of the email [#223].
+ - Added the {%current_datetime%} data placeholder to get the current date and time [#224].
- Added an info text about using the new {%tags_full_list%} placeholder in the "Add Tags Prompt" page [#215].
- ...
@@ -19,8 +20,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].
- - 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].
+ - Added the {%tags_full_list%} data placeholder for the full available tags list added [#197].
+ - Added the {%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 76b3338b..90d57637 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -11,9 +11,10 @@
- [ChatGPT API][Ollama API][OpenAI Comp API][Gemini API] Added a special prompt to get calendar events data from emails [#182]. To use this feature, you must install also the Sparks add-on.
- Added Google Gemini API support [#204, #217].
- - Added {%mail_typed_text%} data placeholder to get the text inserted before the quoted mail body when replying [#196].
- - Added {%mail_datetime%} data placeholder to get the date and time of the email [#223].
- - Added {%current_datetime%} data placeholder to get the current date and time [#224].
+ - Added the {%mail_typed_text%} placeholder to get the text inserted before the quoted mail body when replying [#196].
+ - Using the {%mail_typed_text%} placeholder the typed text inserted before the quoted mail body will be selected automatically to be replaced afterwards with the AI response [#229].
+ - Added the {%mail_datetime%} placeholder to get the date and time of the email [#223].
+ - Added the {%current_datetime%} data placeholder to get the current date and time [#224].
- Added an info text about using the new {%tags_full_list%} placeholder in the "Add Tags Prompt" page [#215].
- ...
@@ -21,8 +22,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].
- - 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].
+ - Added the {%tags_full_list%} placeholder for the full available tags list added [#197].
+ - Added the {%tags_current_email%} 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].