From 1eb3051b535cf96a8aad3965c448ad02b74e792c Mon Sep 17 00:00:00 2001 From: Alexander Friedland Date: Thu, 18 Aug 2022 13:45:51 +0200 Subject: [PATCH] Update frontend/src/pages/InfoStatistic.vue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Wolfgang Huß --- frontend/src/pages/InfoStatistic.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, }) }}