mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-25 15:10:17 +09:00
chore: 符号错误修复
This commit is contained in:
parent
76eb2afd06
commit
75b344d868
@ -355,7 +355,7 @@ const en: LocaleType = {
|
|||||||
SubTitle: "Chat with the Soul behind the Mask",
|
SubTitle: "Chat with the Soul behind the Mask",
|
||||||
More: "Find More",
|
More: "Find More",
|
||||||
NotShow: "Never Show Again",
|
NotShow: "Never Show Again",
|
||||||
ConfirmNoShow: "Confirm to disable?You can enable it in settings later.",
|
ConfirmNoShow: "Confirm to disable? You can enable it in settings later.",
|
||||||
},
|
},
|
||||||
|
|
||||||
UI: {
|
UI: {
|
||||||
@ -373,7 +373,7 @@ const en: LocaleType = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
URLCommand: {
|
URLCommand: {
|
||||||
Code: "Detected access code from url, confirm to apply? ",
|
Code: "Detected access code from url, confirm to apply?",
|
||||||
Settings: "Detected settings from url, confirm to apply?",
|
Settings: "Detected settings from url, confirm to apply?",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user