Add other replies count for reply list link

This commit is contained in:
Tusooa Zhu 2021-09-08 23:28:44 -04:00
parent cebb4224ac
commit 654996fdbe
No known key found for this signature in database
GPG Key ID: 7B467EDE43A08224
1 changed files with 1 additions and 1 deletions

View File

@ -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