浏览代码

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

Fix collection counter label
daniel 3 月之前
父节点
当前提交
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>