From f0447e24b09a6d64f2d81f2b5fc40b81fde283b4 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Wed, 23 Dec 2009 22:02:47 +0100 Subject: Another version of the label for the configuration UI. --- bugzillaBugTriage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bugzillaBugTriage.js') 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 = " - " + - "change JSON URL"; + "BugZap config"; additionalButtons.appendChild(customJSONURLUI); this.dok.getElementById("customJSONbutton"). addEventListener("click",function () { -- cgit