diff --git a/frontend/src/pages/InfoStatistic.vue b/frontend/src/pages/InfoStatistic.vue index 06a847c3a..3d38e730a 100644 --- a/frontend/src/pages/InfoStatistic.vue +++ b/frontend/src/pages/InfoStatistic.vue @@ -17,8 +17,8 @@ {{ $t('community.openContributionLinkText', { - _name_: CONFIG.COMMUNITY_NAME, - _count_: count, + name: CONFIG.COMMUNITY_NAME, + count, }) }}