瀏覽代碼

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: {