aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/helpers/mocks/metrics.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/js/helpers/mocks/metrics.ts')
-rw-r--r--server/sonar-web/src/main/js/helpers/mocks/metrics.ts10
1 files changed, 5 insertions, 5 deletions
diff --git a/server/sonar-web/src/main/js/helpers/mocks/metrics.ts b/server/sonar-web/src/main/js/helpers/mocks/metrics.ts
index cc5f689ba96..6e48ffd22ff 100644
--- a/server/sonar-web/src/main/js/helpers/mocks/metrics.ts
+++ b/server/sonar-web/src/main/js/helpers/mocks/metrics.ts
@@ -1485,12 +1485,12 @@ export const DEFAULT_METRICS: Dict<Metric> = {
qualitative: false,
hidden: false,
},
- wont_fix_issues: {
- id: 'AXJMbIl_PAOIsUIE3gt5',
- key: 'wont_fix_issues',
+ accepted_issues: {
+ id: 'AXJMbIl_PAOIsUIE3ga7',
+ key: 'accepted_issues',
type: 'INT',
- name: "Won't Fix Issues",
- description: "Won't fix issues",
+ name: 'Accepted Issues',
+ description: 'Accepted issues',
domain: 'Issues',
direction: -1,
qualitative: false,