소스 검색

Fix typo for "OpenAI Endpoint" in the en locale

Dmitry Sandalov 1 년 전
부모
커밋
d3131d2f55
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/locales/en.ts

+ 1 - 1
app/locales/en.ts

@@ -296,7 +296,7 @@ const en: LocaleType = {
 
         Endpoint: {
           Title: "OpenAI Endpoint",
-          SubTitle: "Must starts with http(s):// or use /api/openai as default",
+          SubTitle: "Must start with http(s):// or use /api/openai as default",
         },
       },
       Azure: {