From c5fffb9f824e05f556fcb045b1626f9b78c842a5 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 1 Apr 2015 15:15:01 -0700 Subject: [PATCH] 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 --- modules/openstack_project/files/gerrit/hideci.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/files/gerrit/hideci.js b/modules/openstack_project/files/gerrit/hideci.js index 233896f009..51ddc39679 100644 --- a/modules/openstack_project/files/gerrit/hideci.js +++ b/modules/openstack_project/files/gerrit/hideci.js @@ -414,7 +414,7 @@ var ci_zuul_display_status = function(status) { } $(zuul_table).empty(); $(zuul_table).show(); - $(zuul_table).append("Review currently being tested (full status)"); + $(zuul_table).append("Change currently being tested (full status)"); for (var i = 0; i < status.length; i++) { var item = status[i]; var pipeline = item.jobs[0].pipeline;