소스 검색

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>