Skip to content

Commit

Permalink
Merge pull request ChatGPTNextWeb#4670 from DmitrySandalov/patch-1
Browse files Browse the repository at this point in the history
Fix typo for "OpenAI Endpoint" in the en locale
  • Loading branch information
Dean-YZG authored May 13, 2024
2 parents e5f174c + e492533 commit 0bb7753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 0bb7753

Please sign in to comment.