Browse Source

fix: wording

Timothy J. Baek 1 year ago
parent
commit
75cbbbe52d
1 changed files with 1 additions and 1 deletions
  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>