diff options
author | Matěj Cepl <mcepl@redhat.com> | 2009-12-23 22:02:47 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2009-12-23 22:02:47 +0100 |
commit | f0447e24b09a6d64f2d81f2b5fc40b81fde283b4 (patch) | |
tree | 5607b7f906f436c666feca06345284b75b3a9ed6 /bugzillaBugTriage.js | |
parent | 02420e54dca24d0a3941ecb764bf83c87c775bf6 (diff) | |
download | bugzilla-triage-f0447e24b09a6d64f2d81f2b5fc40b81fde283b4.tar.gz |
Another version of the label for the configuration UI.
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 () { |