Fix UI/UX Page Local Language [Exporter Message]

fix(locales): fix incorrect description title in en.ts and id.ts
 - Change "Only messages after clearing the context will be displayed" to "Only messages before clearing the context will be displayed" in en.ts
 - Change "Hanya pesan setelah menghapus konteks yang akan ditampilkan" to "Hanya pesan sebelum menghapus konteks yang akan ditampilkan" in id.ts
This commit is contained in:
H0llyW00dzZ 2023-11-12 01:50:35 +07:00
parent 0f6ed9c293
commit a46f08154e
No known key found for this signature in database
GPG Key ID: 05C7FFFC0845C930
2 changed files with 2 additions and 2 deletions

View File

@ -443,7 +443,7 @@ const en: LocaleType = {
}, },
Exporter: { Exporter: {
Description: { Description: {
Title: "Only messages after clearing the context will be displayed" Title: "Only messages before clearing the context will be displayed"
}, },
Model: "Model", Model: "Model",
Messages: "Messages", Messages: "Messages",

View File

@ -369,7 +369,7 @@ const id: PartialLocaleType = {
}, },
Exporter: { Exporter: {
Description: { Description: {
Title: "Hanya pesan setelah menghapus konteks yang akan ditampilkan" Title: "Hanya pesan sebelum menghapus konteks yang akan ditampilkan"
}, },
Model: "Model", Model: "Model",
Messages: "Pesan", Messages: "Pesan",