소스 검색

chore: format

Timothy J. Baek 6 달 전
부모
커밋
60df959875
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      src/lib/components/admin/Settings/Interface.svelte

+ 3 - 1
src/lib/components/admin/Settings/Interface.svelte

@@ -154,7 +154,9 @@
 					>
 						<Textarea
 							bind:value={taskConfig.TAGS_GENERATION_PROMPT_TEMPLATE}
-							placeholder={$i18n.t('Leave empty to use the default prompt, or enter a custom prompt')}
+							placeholder={$i18n.t(
+								'Leave empty to use the default prompt, or enter a custom prompt'
+							)}
 						/>
 					</Tooltip>
 				</div>