mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-08 16:15:50 +08:00
Feat UI/UX Page Local Language [Exporter Message]
[+] fix(exporter.tsx): update the text in the ExportMessageModal component to use the localized title from the locale file [+] feat(cn.ts, en.ts, id.ts): add localized title for the Exporter Description in the respective locale files
This commit is contained in:
@@ -53,7 +53,7 @@ export function ExportMessageModal(props: { onClose: () => void }) {
|
||||
opacity: 0.5,
|
||||
}}
|
||||
>
|
||||
只有清除上下文之后的消息会被展示
|
||||
{Locale.Exporter.Description.Title}
|
||||
</div>
|
||||
}
|
||||
>
|
||||
|
Reference in New Issue
Block a user