chore: change placeholder
This commit is contained in:
parent
23793e834d
commit
7dc0f81d3f
|
@ -702,6 +702,7 @@ export function Settings() {
|
||||||
Locale.Settings.Access.SaasStart.ChatNow
|
Locale.Settings.Access.SaasStart.ChatNow
|
||||||
}
|
}
|
||||||
icon={<FireIcon />}
|
icon={<FireIcon />}
|
||||||
|
type={"primary"}
|
||||||
text={Locale.Settings.Access.SaasStart.ChatNow}
|
text={Locale.Settings.Access.SaasStart.ChatNow}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
window.location.href = SAAS_CHAT_URL;
|
window.location.href = SAAS_CHAT_URL;
|
||||||
|
|
|
@ -310,7 +310,7 @@ const cn = {
|
||||||
Title: "使用 NextChat AI",
|
Title: "使用 NextChat AI",
|
||||||
Label: "(性价比最高的方案)",
|
Label: "(性价比最高的方案)",
|
||||||
SubTitle:
|
SubTitle:
|
||||||
"由 NextChat 官方维护, 零配置开箱即用,支持最新 GPT-4o、Gemini、Claude3 等最新大模型",
|
"由 NextChat 官方维护, 零配置开箱即用,支持 OpenAI o1, GPT-4o, Claude-3.5 等最新大模型",
|
||||||
ChatNow: "立刻对话",
|
ChatNow: "立刻对话",
|
||||||
},
|
},
|
||||||
AccessCode: {
|
AccessCode: {
|
||||||
|
|
|
@ -313,7 +313,8 @@ const en: LocaleType = {
|
||||||
Title: "Use NextChat AI",
|
Title: "Use NextChat AI",
|
||||||
Label: " (Most Cost-Effective Option)",
|
Label: " (Most Cost-Effective Option)",
|
||||||
SubTitle:
|
SubTitle:
|
||||||
"Maintained by NextChat, zero setup needed, supports the latest models like GPT-4o, Gemini, Claude3, and more.",
|
"Maintained by NextChat, zero setup needed, unlock OpenAI o1, GPT-4o," +
|
||||||
|
" Claude-3.5 and more",
|
||||||
ChatNow: "Start Now",
|
ChatNow: "Start Now",
|
||||||
},
|
},
|
||||||
AccessCode: {
|
AccessCode: {
|
||||||
|
|
Loading…
Reference in New Issue