소스 검색

fix collection counter label

Daniel Simon 4 달 전
부모
커밋
e796476bd4
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>