mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-03-12 23:28:12 +00:00
Merge pull request #5843 from helmet91/collection-header-counter-label
Fix collection counter label
This commit is contained in:
commit
cd85123ea7
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
|||
</span>
|
||||
<span>·</span>
|
||||
</span>
|
||||
<span>{{collection.post_count}} photos</span>
|
||||
<span>{{collection.post_count}} posts</span>
|
||||
<span>·</span>
|
||||
<span>by <a :href="'/' + profileUsername" class="font-weight-bold text-white">{{profileUsername}}</a></span>
|
||||
</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue