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;