From 6a30d32e7d7aced5138ce64ca93103649c387c20 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 7 Apr 2019 23:31:58 +0900 Subject: Fix bug --- src/client/app/common/views/components/trends.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client') diff --git a/src/client/app/common/views/components/trends.vue b/src/client/app/common/views/components/trends.vue index cd67cc0092..536d55247c 100644 --- a/src/client/app/common/views/components/trends.vue +++ b/src/client/app/common/views/components/trends.vue @@ -4,9 +4,9 @@

{{ $t('empty') }}

-
+
- #{{ stat.name }} + #{{ stat.tag }}

{{ $t('count').replace('{}', stat.usersCount) }}

-- cgit v1.2.3-freya