From 2b0c5f322f04ab0570705f3d3a02f47c7e458149 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Tue, 4 Feb 2025 14:41:42 -0800 Subject: [PATCH] fix: suggestions --- src/lib/components/chat/Suggestions.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/chat/Suggestions.svelte b/src/lib/components/chat/Suggestions.svelte index d1f53a811..9d321563e 100644 --- a/src/lib/components/chat/Suggestions.svelte +++ b/src/lib/components/chat/Suggestions.svelte @@ -100,7 +100,7 @@ > {prompt.content} -
{i18n.t('Prompt')}
+
{$i18n.t('Prompt')}
{/if}