瀏覽代碼

chore: format

Timothy J. Baek 5 月之前
父節點
當前提交
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>