Sfoglia il codice sorgente

Merge pull request #4670 from DmitrySandalov/patch-1

Fix typo for "OpenAI Endpoint" in the en locale
DeanYao 1 anno fa
parent
commit
8ec721259a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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: {