diff --git a/frontend/src/business/components/api/report/components/MetricChart.vue b/frontend/src/business/components/api/report/components/MetricChart.vue index e1b59cb06e..ddce085657 100644 --- a/frontend/src/business/components/api/report/components/MetricChart.vue +++ b/frontend/src/business/components/api/report/components/MetricChart.vue @@ -96,8 +96,8 @@ show: false }, data: [ - {value: this.content.success, name: this.$t('api_report.success')}, - {value: this.content.error, name: this.$t('api_report.fail')}, + {value: this.content.success}, + {value: this.content.error}, ] } ]