Skip to content

Commit

Permalink
Fix UI/UX Page Local Language [Exporter Message]
Browse files Browse the repository at this point in the history
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
  • Loading branch information
H0llyW00dzZ committed Nov 11, 2023
1 parent 0f6ed9c commit a46f081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ const en: LocaleType = {
},
Exporter: {
Description: {
Title: "Only messages after clearing the context will be displayed"
Title: "Only messages before clearing the context will be displayed"
},
Model: "Model",
Messages: "Messages",
Expand Down
2 changes: 1 addition & 1 deletion app/locales/id.ts
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ const id: PartialLocaleType = {
},
Exporter: {
Description: {
Title: "Hanya pesan setelah menghapus konteks yang akan ditampilkan"
Title: "Hanya pesan sebelum menghapus konteks yang akan ditampilkan"
},
Model: "Model",
Messages: "Pesan",
Expand Down

0 comments on commit a46f081

Please sign in to comment.