Sfoglia il codice sorgente

Fix typo for "OpenAI Endpoint" in the en locale

Dmitry Sandalov 1 anno fa
parent
commit
d3131d2f55
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: {