Browse Source

Revert "Fix UI/UX Page Local Language [Exporter Message]"

This reverts commit a46f08154e74744ac6c0bec6d074e00df445a851.
Reason : better after instead of before
H0llyW00dzZ 1 year ago
parent
commit
5ba3fc9321
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 before clearing the context will be displayed"
+      Title: "Only messages after 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 sebelum menghapus konteks yang akan ditampilkan"
+      Title: "Hanya pesan setelah menghapus konteks yang akan ditampilkan"
     },  
     Model: "Model",
     Messages: "Pesan",