Skip to content

Commit

Permalink
Revert "Fix UI/UX Page Local Language [Exporter Message]"
Browse files Browse the repository at this point in the history
This reverts commit a46f081.
Reason : better after instead of before
  • Loading branch information
H0llyW00dzZ committed Nov 11, 2023
1 parent a46f081 commit 5ba3fc9
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 before clearing the context will be displayed"
Title: "Only messages after 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 sebelum menghapus konteks yang akan ditampilkan"
Title: "Hanya pesan setelah menghapus konteks yang akan ditampilkan"
},
Model: "Model",
Messages: "Pesan",
Expand Down

0 comments on commit 5ba3fc9

Please sign in to comment.