Browse Source

Merge pull request #5843 from helmet91/collection-header-counter-label

Fix collection counter label
daniel 3 months ago
parent
commit
cd85123ea7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/assets/js/components/CollectionComponent.vue

+ 1 - 1
resources/assets/js/components/CollectionComponent.vue

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