From 10e39956ef1c4af20451de7a7ad2af0e47c128b0 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Tue, 16 Sep 2025 15:12:51 -0500 Subject: [PATCH] refac --- src/lib/components/chat/ChatPlaceholder.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/components/chat/ChatPlaceholder.svelte b/src/lib/components/chat/ChatPlaceholder.svelte index 0fe0eeda64..14f91b33e1 100644 --- a/src/lib/components/chat/ChatPlaceholder.svelte +++ b/src/lib/components/chat/ChatPlaceholder.svelte @@ -81,7 +81,7 @@ {/if}
@@ -120,7 +120,7 @@
{/if} {:else} -
+
{$i18n.t('How can I help you today?')}
{/if}