Skip to content

Commit

Permalink
remove hyphen in reste assiette
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Nov 21, 2024
1 parent 1ffad21 commit 9d05cb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2024-frontend/src/components/SourceChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const measurementGraphValues = computed(() => {
props.measurement.unservedTotalMass,
props.measurement.leftoversTotalMass,
]),
x: JSON.stringify(["Excédents de préparation", "Denrées non servies", "Reste-assiette"]),
x: JSON.stringify(["Excédents de préparation", "Denrées non servies", "Reste assiette"]),
}
})
Expand Down Expand Up @@ -77,7 +77,7 @@ const displayOption = ref("chart")
{{ formatNumber(measurementPercentageValues.unserved) }} %
</li>
<li>
Reste-assiette : {{ formatNumber(measurement.leftoversTotalMass) }} kg, soit
Reste assiette : {{ formatNumber(measurement.leftoversTotalMass) }} kg, soit
{{ formatNumber(measurementPercentageValues.leftovers) }} %
</li>
</ul>
Expand Down

0 comments on commit 9d05cb0

Please sign in to comment.