Skip to content
Snippets Groups Projects
Commit 7c984bb4 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch '1108-format-numbers-on-group-statistics-correctly' into 'master'

Resolve "Format numbers on group statistics correctly"

Closes #1108

See merge request !1603
parents 12384983 b7918d4a
No related branches found
No related tags found
1 merge request!1603Resolve "Format numbers on group statistics correctly"
Pipeline #193324 failed
......@@ -58,7 +58,11 @@ export default {
<v-list-item-content>
<v-list-item-title>
{{ $tc("time.years_n", group.statistics.ageAvg) }}
{{
$tc("time.years_n", group.statistics.ageAvg, {
n: $n(group.statistics.ageAvg),
})
}}
</v-list-item-title>
<v-list-item-subtitle>
{{ $t("group.statistics.age_average") }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment