소스 검색

fix: typo

雲霧 1 년 전
부모
커밋
1761289716
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scripts/fetch-prompts.mjs

+ 1 - 1
scripts/fetch-prompts.mjs

@@ -30,7 +30,7 @@ async function fetchEN() {
       .slice(1)
       .map((v) => v.split('","').map((v) => v.replace('"', "")));
   } catch (error) {
-    console.error("[Fetch] failed to fetch cn prompts", error);
+    console.error("[Fetch] failed to fetch en prompts", error);
     return [];
   }
 }