Explorar o código

fix: suggestions

Timothy Jaeryang Baek hai 3 meses
pai
achega
2b0c5f322f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>