Skip to content

Commit

Permalink
feat(app): update twitter copywriting
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Nov 26, 2023
1 parent d31c763 commit c1db305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/about/statistic/twitter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
</p>
<p>
<i class="iconfont icon-follower"></i>
<span v-if="isZhLang">收获了</span>
<span v-if="isZhLang">获得了</span>
<statistic-count split :count="store.data?.userinfo.followerCount || '-'" />
<span v-if="isZhLang">个粉丝</span>
<span v-if="isZhLang">位关注者</span>
<span v-else>followers</span>
</p>
</statistic-base>
Expand Down

0 comments on commit c1db305

Please sign in to comment.