瀏覽代碼

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>