Browse Source

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
H0llyW00dzZ 1 year ago
parent
commit
a46f08154e
2 changed files with 2 additions and 2 deletions
  1. 1 1
      app/locales/en.ts
  2. 1 1
      app/locales/id.ts

+ 1 - 1
app/locales/en.ts

@@ -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",

+ 1 - 1
app/locales/id.ts

@@ -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",