diff options
Diffstat (limited to 'bugzillaBugTriage.js')
-rw-r--r-- | bugzillaBugTriage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bugzillaBugTriage.js b/bugzillaBugTriage.js index 9c1c127..074dcf8 100644 --- a/bugzillaBugTriage.js +++ b/bugzillaBugTriage.js @@ -1501,7 +1501,7 @@ function BzPage(doc) { getElementsByClassName("related_actions")[0]; var customJSONURLUI = this.dok.createElement("li"); customJSONURLUI.innerHTML = " - <a href='#' id='customJSONbutton'>" + - "change JSON URL</a>"; + "BugZap config</a>"; additionalButtons.appendChild(customJSONURLUI); this.dok.getElementById("customJSONbutton"). addEventListener("click",function () { |