a string added to i18n

This commit is contained in:
mic 2026-01-02 17:32:36 +01:00
parent 2239f76d5e
commit b80bcd35bb
2 changed files with 5 additions and 1 deletions

View file

@ -863,6 +863,10 @@
"message": "Reset to default",
"description": ""
},
"reset": {
"message": "Reset",
"description": ""
},
"addtags_excl_list_infoline2": {
"message": "Add a word per line, or separated by a comma.",
"description": ""

View file

@ -490,7 +490,7 @@ function handleEditClick(e) {
modelId_prefix: prefix,
no_chatgpt_web: true,
taLog: taLog,
customButtonLabel: "Reset",
customButtonLabel: browser.i18n.getMessage("Reset"),
customButtonCallback: () => {
const selectEl = document.getElementById(selectId);
if (selectEl) {