浏览代码

Merge pull request #5470 from Medformatik/staging

Fix text no posts archived
daniel 5 月之前
父节点
当前提交
d00d005db8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/assets/components/partials/profile/ProfileFeed.vue

+ 1 - 1
resources/assets/components/partials/profile/ProfileFeed.vue

@@ -438,7 +438,7 @@
 			<div v-if="!archives || !archives.length" class="row justify-content-center">
 				<div class="col-12 col-md-8 text-center">
 					<img src="/img/illustrations/dk-nature-man-monochrome.svg" class="img-fluid" style="opacity: 0.6;">
-					<p class="lead text-muted font-weight-bold">We can't seem to find any posts you have bookmarked</p>
+					<p class="lead text-muted font-weight-bold">We can't seem to find any posts you have archived</p>
 				</div>
 			</div>
 		</div>