From d3131d2f55b10c425d2fe36cdb459862cde65fd4 Mon Sep 17 00:00:00 2001 From: Dmitry Sandalov Date: Mon, 13 May 2024 10:39:49 +0200 Subject: [PATCH] Fix typo for "OpenAI Endpoint" in the en locale --- app/locales/en.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/locales/en.ts b/app/locales/en.ts index 59636db7b3f..aa153f52369 100644 --- a/app/locales/en.ts +++ b/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: {