Procházet zdrojové kódy

Merge pull request #1810 from open-webui/dev

fix: wording
Timothy Jaeryang Baek před 1 rokem
rodič
revize
c9589e2118
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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>