diff options
Diffstat (limited to 'src/server/web/app/stats')
| -rw-r--r-- | src/server/web/app/stats/tags/index.tag | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/web/app/stats/tags/index.tag b/src/server/web/app/stats/tags/index.tag index 4b167ccbc8..63fdd24044 100644 --- a/src/server/web/app/stats/tags/index.tag +++ b/src/server/web/app/stats/tags/index.tag @@ -57,7 +57,7 @@ </mk-index> <mk-posts> - <h2>%i18n:stats.posts-count% <b>{ stats.posts_count }</b></h2> + <h2>%i18n:stats.posts-count% <b>{ stats.postsCount }</b></h2> <mk-posts-chart v-if="!initializing" data={ data }/> <style lang="stylus" scoped> :scope @@ -83,7 +83,7 @@ </mk-posts> <mk-users> - <h2>%i18n:stats.users-count% <b>{ stats.users_count }</b></h2> + <h2>%i18n:stats.users-count% <b>{ stats.usersCount }</b></h2> <mk-users-chart v-if="!initializing" data={ data }/> <style lang="stylus" scoped> :scope |