Change review->change in zuul table

In the Zuul review table added to gerrit in hideci, replace the
term "Review" with "Change" as it is more correct.

Change-Id: I34010ef651d7c3d41eaa73ae17791806cf6b56ac
This commit is contained in:
James E. Blair 2015-04-01 15:15:01 -07:00
parent 9a015b0d18
commit c5fffb9f82

View File

@ -414,7 +414,7 @@ var ci_zuul_display_status = function(status) {
}
$(zuul_table).empty();
$(zuul_table).show();
$(zuul_table).append("<tr><td class='header'>Review currently being tested (<a href='" + zuulStatusURL + "'>full status</a>)</td></tr>");
$(zuul_table).append("<tr><td class='header'>Change currently being tested (<a href='" + zuulStatusURL + "'>full status</a>)</td></tr>");
for (var i = 0; i < status.length; i++) {
var item = status[i];
var pipeline = item.jobs[0].pipeline;