Timothy Jaeryang Baek 2 weeks ago
parent
commit
87e5aee106
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/lib/components/admin/Settings/Documents.svelte

+ 2 - 2
src/lib/components/admin/Settings/Documents.svelte

@@ -560,7 +560,7 @@
 												>
 													<Textarea
 														bind:value={RAGConfig.DOCLING_PICTURE_DESCRIPTION_LOCAL}
-														placeholder={$i18n.t('Enter Options in JSON format')}
+														placeholder={$i18n.t('Enter Config in JSON format')}
 													/>
 												</Tooltip>
 											</div>
@@ -582,7 +582,7 @@
 												>
 													<Textarea
 														bind:value={RAGConfig.DOCLING_PICTURE_DESCRIPTION_API}
-														placeholder={$i18n.t('Enter Options in JSON format')}
+														placeholder={$i18n.t('Enter Config in JSON format')}
 													/>
 												</Tooltip>
 											</div>