mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-30 15:16:38 +08:00
fix: update selector title in localization files, in case when dalle3 config selector use same title
This commit is contained in:
parent
d8934709dc
commit
6582376e3b
@ -759,7 +759,7 @@ const cn = {
|
|||||||
Sync: "同步",
|
Sync: "同步",
|
||||||
Config: "配置",
|
Config: "配置",
|
||||||
Search: "搜索",
|
Search: "搜索",
|
||||||
SelectorTitle: "选择model",
|
SelectorTitle: "选择",
|
||||||
NoResults: "没有结果",
|
NoResults: "没有结果",
|
||||||
},
|
},
|
||||||
Exporter: {
|
Exporter: {
|
||||||
|
@ -765,7 +765,7 @@ const en: LocaleType = {
|
|||||||
Sync: "Sync",
|
Sync: "Sync",
|
||||||
Config: "Config",
|
Config: "Config",
|
||||||
Search: "Search",
|
Search: "Search",
|
||||||
SelectorTitle: "Choose Model",
|
SelectorTitle: "Select",
|
||||||
NoResults: "No Results",
|
NoResults: "No Results",
|
||||||
},
|
},
|
||||||
Exporter: {
|
Exporter: {
|
||||||
|
Loading…
Reference in New Issue
Block a user