summaryrefslogtreecommitdiff
path: root/web/src/containers/charts/Misc.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/containers/charts/Misc.jsx')
-rw-r--r--web/src/containers/charts/Misc.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/src/containers/charts/Misc.jsx b/web/src/containers/charts/Misc.jsx
index 9ee90e5e6..d55c459b5 100644
--- a/web/src/containers/charts/Misc.jsx
+++ b/web/src/containers/charts/Misc.jsx
@@ -41,7 +41,7 @@ const buildResultLegendData = [
symbol: { fill: '#F6D173' },
},
{
- name: 'MERGER_FAILURE',
+ name: 'MERGE_CONFLICT',
// PF orange-200
symbol: { fill: '#EF9234' },
},
@@ -81,4 +81,4 @@ const buildsBarStyle = {
}
}
-export { buildResultLegendData, buildsBarStyleMap, buildsBarStyle } \ No newline at end of file
+export { buildResultLegendData, buildsBarStyleMap, buildsBarStyle }