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",
|
"message": "Reset to default",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
|
"reset": {
|
||||||
|
"message": "Reset",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
"addtags_excl_list_infoline2": {
|
"addtags_excl_list_infoline2": {
|
||||||
"message": "Add a word per line, or separated by a comma.",
|
"message": "Add a word per line, or separated by a comma.",
|
||||||
"description": ""
|
"description": ""
|
||||||
|
|
|
||||||
|
|
@ -490,7 +490,7 @@ function handleEditClick(e) {
|
||||||
modelId_prefix: prefix,
|
modelId_prefix: prefix,
|
||||||
no_chatgpt_web: true,
|
no_chatgpt_web: true,
|
||||||
taLog: taLog,
|
taLog: taLog,
|
||||||
customButtonLabel: "Reset",
|
customButtonLabel: browser.i18n.getMessage("Reset"),
|
||||||
customButtonCallback: () => {
|
customButtonCallback: () => {
|
||||||
const selectEl = document.getElementById(selectId);
|
const selectEl = document.getElementById(selectId);
|
||||||
if (selectEl) {
|
if (selectEl) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue