Procházet zdrojové kódy

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

This reverts commit a46f08154e74744ac6c0bec6d074e00df445a851.
Reason : better after instead of before
H0llyW00dzZ před 1 rokem
rodič
revize
5ba3fc9321
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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",