Update en.ts
This commit is contained in:
parent
5c59490c4b
commit
f73ad3bfab
|
@ -10,7 +10,8 @@ const en: LocaleType = {
|
|||
Error: {
|
||||
Unauthorized: isApp
|
||||
? "Invalid API Key, please check it in [Settings](/#/settings) page."
|
||||
: "Unauthorized access, please enter access code in [auth](/#/auth) page, or enter your OpenAI API Key.", },
|
||||
: "Unauthorized access, please enter access code in [auth](/#/auth) page, or enter your OpenAI API Key.",
|
||||
},
|
||||
Auth: {
|
||||
Title: "Need Access Code",
|
||||
Tips: "Please enter access code below",
|
||||
|
|
Loading…
Reference in New Issue