diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2021-09-08 23:28:44 -0400 |
|---|---|---|
| committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-03-07 19:19:31 -0500 |
| commit | 654996fdbe007850a1d3e92d31e5c68b8fdd6a82 (patch) | |
| tree | e7f3c250afe9e61598e827250a2ddaa831f372b3 /src/components/status/status.vue | |
| parent | cebb4224ac0143f6969c7d3e907a7d25eb38b4c7 (diff) | |
Add other replies count for reply list link
Diffstat (limited to 'src/components/status/status.vue')
| -rw-r--r-- | src/components/status/status.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 31908815..45a21d33 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -352,7 +352,7 @@ :title="$tc('status.ancestor_follow', replies.length - 1, { numReplies: replies.length - 1 })" @click.prevent="dive" > - {{ $t('status.replies_list') }} + {{ $tc('status.replies_list_with_others', replies.length - 1, { numReplies: replies.length - 1 }) }} </button> <span v-else |
