Skip to content

Commit

Permalink
Simplify graph legend for measurements
Browse files Browse the repository at this point in the history
  • Loading branch information
petterhj committed Sep 19, 2023
1 parent 26905c2 commit 9b0782e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/LineChart/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export default class LineChart {
if (this.legend) {
const legendItems = [
{
label: kpi ? kpi.name : i18n.t('general.value'),
label: kpi ? i18n.t('kpi.progress') : i18n.t('general.value'),
color: GRAPH_COLORS.valueLine,
},
...(targets && targets.length
Expand Down

0 comments on commit 9b0782e

Please sign in to comment.