forked from XiaoMo/ChatGPT-Next-Web
Revert "Fix UI/UX Page Local Language [Exporter Message]"
This reverts commit a46f08154e
.
Reason : better after instead of before
This commit is contained in:
parent
a46f08154e
commit
5ba3fc9321
@ -443,7 +443,7 @@ const en: LocaleType = {
|
|||||||
},
|
},
|
||||||
Exporter: {
|
Exporter: {
|
||||||
Description: {
|
Description: {
|
||||||
Title: "Only messages before clearing the context will be displayed"
|
Title: "Only messages after clearing the context will be displayed"
|
||||||
},
|
},
|
||||||
Model: "Model",
|
Model: "Model",
|
||||||
Messages: "Messages",
|
Messages: "Messages",
|
||||||
|
@ -369,7 +369,7 @@ const id: PartialLocaleType = {
|
|||||||
},
|
},
|
||||||
Exporter: {
|
Exporter: {
|
||||||
Description: {
|
Description: {
|
||||||
Title: "Hanya pesan sebelum menghapus konteks yang akan ditampilkan"
|
Title: "Hanya pesan setelah menghapus konteks yang akan ditampilkan"
|
||||||
},
|
},
|
||||||
Model: "Model",
|
Model: "Model",
|
||||||
Messages: "Pesan",
|
Messages: "Pesan",
|
||||||
|
Loading…
Reference in New Issue
Block a user