소스 검색

Merge pull request #1810 from open-webui/dev

fix: wording
Timothy Jaeryang Baek 1 년 전
부모
커밋
c9589e2118
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/lib/components/admin/UserChatsModal.svelte

+ 1 - 1
src/lib/components/admin/UserChatsModal.svelte

@@ -133,7 +133,7 @@
 						{/each} -->
 					</div>
 				{:else}
-					<div class="text-left text-sm w-full mb-8">You have no archived conversations.</div>
+					<div class="text-left text-sm w-full mb-8">{user.name} has no conversations.</div>
 				{/if}
 			</div>
 		</div>