소스 검색

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

Fix collection counter label
daniel 4 달 전
부모
커밋
cd85123ea7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>{{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>