Browse Source

refac/fix

Timothy Jaeryang Baek 2 tháng trước cách đây
mục cha
commit
9d633b062b
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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}