diff --git a/src/components/TagList.vue b/src/components/TagList.vue index 16ff9c7..3efb269 100644 --- a/src/components/TagList.vue +++ b/src/components/TagList.vue @@ -3,12 +3,19 @@
|
|
{{ slice.label }} | -{{ Math.round(slice.percent * 100) }}% | ++ {{ Math.round(slice.percent * 100) }}% + |
{{ $tc('account.total', category.transactions.length, { count: category.transactions.length }) }}
++ {{ + $tc('account.total', category.transactions.length, { + count: category.transactions.length + }) + }} +