Make show full thread message account for numbers
This commit is contained in:
parent
0f2fd8a352
commit
414ee55957
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
||||||
class="button-unstyled -link thread-tree-show-replies-button"
|
class="button-unstyled -link thread-tree-show-replies-button"
|
||||||
@click="showThreadRecursively(status.id)"
|
@click="showThreadRecursively(status.id)"
|
||||||
>
|
>
|
||||||
{{ $t('status.thread_show_full', { numStatus: totalReplyCount[status.id], depth: totalReplyDepth[status.id] }) }}
|
{{ $tc('status.thread_show_full', totalReplyCount[status.id], { numStatus: totalReplyCount[status.id], depth: totalReplyDepth[status.id] }) }}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue