瀏覽代碼

fix: suggestions

Timothy Jaeryang Baek 3 月之前
父節點
當前提交
2b0c5f322f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/lib/components/chat/Suggestions.svelte

+ 1 - 1
src/lib/components/chat/Suggestions.svelte

@@ -100,7 +100,7 @@
 						>
 							{prompt.content}
 						</div>
-						<div class="text-xs text-gray-500 font-normal line-clamp-1">{i18n.t('Prompt')}</div>
+						<div class="text-xs text-gray-500 font-normal line-clamp-1">{$i18n.t('Prompt')}</div>
 					{/if}
 				</div>
 			</button>