mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-03-13 07:33:22 +00:00
fix collection counter label
This commit is contained in:
parent
33bb021c1d
commit
e796476bd4
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
||||||
</span>
|
</span>
|
||||||
<span>·</span>
|
<span>·</span>
|
||||||
</span>
|
</span>
|
||||||
<span>{{collection.post_count}} photos</span>
|
<span>{{collection.post_count}} posts</span>
|
||||||
<span>·</span>
|
<span>·</span>
|
||||||
<span>by <a :href="'/' + profileUsername" class="font-weight-bold text-white">{{profileUsername}}</a></span>
|
<span>by <a :href="'/' + profileUsername" class="font-weight-bold text-white">{{profileUsername}}</a></span>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue