diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d6c2ec0..4626fc93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@
__MSG_prefsInfoDesc_1__
__MSG_prefsInfoDesc_2__
- __MSG_prefsInfoDesc_3__ [__MSG_customPrompts_managePrompts_help__]
+ __MSG_prefsInfoDesc_3__ [__MSG_more_info_string__]
__MSG_prefsInfoDesc_4__
__MSG_prefsInfoDesc_5__
__MSG_prefsInfoDesc_6__
diff --git a/options/mzta-options.js b/options/mzta-options.js
index 9828e054..85e842d2 100644
--- a/options/mzta-options.js
+++ b/options/mzta-options.js
@@ -482,6 +482,10 @@ document.addEventListener('DOMContentLoaded', async () => {
openTab('../pages/customprompts/mzta-custom-prompts.html');
});
+ document.getElementById('btnManageCustomDataPH').addEventListener('click', () => {
+ openTab('../pages/customdataplaceholders/mzta-custom-dataplaceholders.html');
+ });
+
document.getElementById('btnManageTagsInfo').addEventListener('click', () => {
openTab('../pages/addtags/mzta-add-tags.html');
});
diff --git a/options/mzta-release-notes.html b/options/mzta-release-notes.html
index da606a40..ccda247d 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -9,6 +9,7 @@