diff options
-rw-r--r-- | bugzillaBugTriage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bugzillaBugTriage.js b/bugzillaBugTriage.js index 5fe6bc2..517df99 100644 --- a/bugzillaBugTriage.js +++ b/bugzillaBugTriage.js @@ -1585,7 +1585,7 @@ BzPage.prototype.parseBacktrace = function (ret) { BzPage.prototype.buildButtons = function (above,below) { //Generate a list of <input> elements in the page this.addNewButton(this.dok.getElementById("commit_middle"), - "changeOwnerbtn","reASSIGN","","ASSIGNED","NODEFAULTASSIGNEE"); + "changeOwnerbtn","Mark Triaged","","ASSIGNED","NODEFAULTASSIGNEE"); // THE MAIN BUTTON ROWS var commentBox = this.dok.getElementById("comment"); |