FIX: Remove hardcoded value when displaying incoming messages count. (#13774)

Follow-up to 902d0e1e3a.
This commit is contained in:
Alan Guo Xiang Tan 2021-07-19 14:59:05 +08:00 committed by GitHub
parent a1047f5ef4
commit 1472e47aae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
{{#if hasIncoming}}
<div class="show-mores">
<a tabindex="0" href {{action showInserted}} class="alert alert-info clickable">
{{count-i18n key="topic_count_" suffix="latest" count=2}}
{{count-i18n key="topic_count_" suffix="latest" count=incomingCount}}
</a>
</div>
{{/if}}