소스 검색

refac/fix

Timothy Jaeryang Baek 2 달 전
부모
커밋
9d633b062b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/lib/components/common/FileItemModal.svelte

+ 2 - 2
src/lib/components/common/FileItemModal.svelte

@@ -133,9 +133,9 @@
 							>
 								<div class="flex items-center gap-1.5 text-xs">
 									{#if enableFullContent}
-										$i18n.t('Using Entire Document')
+										{$i18n.t('Using Entire Document')}
 									{:else}
-										$i18n.t(`Using Focused Retrieval')
+										{$i18n.t('Using Focused Retrieval')}
 									{/if}
 									<Switch
 										bind:state={enableFullContent}