a string added to i18n
This commit is contained in:
parent
2239f76d5e
commit
b80bcd35bb
2 changed files with 5 additions and 1 deletions
|
|
@ -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": ""
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue