diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index cb3f3238..07582a63 100644
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -766,5 +766,13 @@
"placeholder_full_tags_list": {
"message": "Existing tags",
"description": ""
+ },
+ "prefs_OptionText_add_tags_maxnum": {
+ "message": "Maximum number of tags",
+ "description": ""
+ },
+ "prefs_OptionText_add_tags_maxnum_Info": {
+ "message": "The maximum number of tags proposed by the AI.",
+ "description": ""
}
}
\ No newline at end of file
diff --git a/options/mzta-options-default.js b/options/mzta-options-default.js
index 34b51b14..5f5470cf 100644
--- a/options/mzta-options-default.js
+++ b/options/mzta-options-default.js
@@ -38,4 +38,5 @@ export const prefs_default = {
placeholders_use_default_value: false,
max_prompt_length: 30000, // max string length for prompt
add_tags: false,
+ add_tags_maxnum: 3,
}
\ No newline at end of file
diff --git a/options/mzta-options.html b/options/mzta-options.html
index 015da2cc..980dc23c 100644
--- a/options/mzta-options.html
+++ b/options/mzta-options.html
@@ -266,7 +266,7 @@
-
+
| __MSG_prefs_OptionText_add_tags__ |
|
+
+ | __MSG_prefs_OptionText_add_tags_maxnum__ |
+
+
+ |
+
|