Skip to content
Snippets Groups Projects
Commit 39a5de16 authored by Alvaro Soliverez's avatar Alvaro Soliverez Committed by Daniel Stone
Browse files

Changed resolved label to closed

Changed "resolved" label in the open/resolved pie chart of the burndown page to "closed", as it makes more sense to show either all open/closed statuses, than just two hardcoded ones.
Differential Revision: https://phabricator.collabora.com/D976
parent 03c6e692
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ JX.behavior('c3-pie', function(config) { ...@@ -10,7 +10,7 @@ JX.behavior('c3-pie', function(config) {
data: { data: {
columns: [ columns: [
['open', config.open], ['open', config.open],
['resolved', config.resolved] ['closed', config.resolved]
], ],
type: 'pie' type: 'pie'
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment