diff --git a/files/custom/Espo/Modules/DataMigration/Resources/i18n/fa_IR/Admin.json b/files/custom/Espo/Modules/DataMigration/Resources/i18n/fa_IR/Admin.json index e3d82f2..3d79bf7 100644 --- a/files/custom/Espo/Modules/DataMigration/Resources/i18n/fa_IR/Admin.json +++ b/files/custom/Espo/Modules/DataMigration/Resources/i18n/fa_IR/Admin.json @@ -1,6 +1,7 @@ { "labels": { - "Data Migration": "העברת נתונים" + "Data Migration": "העברת נתונים", + "Custom Development": "פיתוח עצמאי" }, "descriptions": { "dataMigration": "ייצוא וייבוא נתוני תיקים בין מערכות EspoCRM" diff --git a/files/custom/Espo/Modules/DataMigration/Resources/metadata/app/adminPanel.json b/files/custom/Espo/Modules/DataMigration/Resources/metadata/app/adminPanel.json index 7efbb43..a5db0b4 100644 --- a/files/custom/Espo/Modules/DataMigration/Resources/metadata/app/adminPanel.json +++ b/files/custom/Espo/Modules/DataMigration/Resources/metadata/app/adminPanel.json @@ -1,5 +1,6 @@ { - "system": { + "customDev": { + "label": "Custom Development", "itemList": [ "__APPEND__", { @@ -8,8 +9,9 @@ "iconClass": "fas fa-exchange-alt", "description": "dataMigration", "view": "modules/data-migration/views/admin/data-migration", - "order": 85 + "order": 50 } - ] + ], + "order": 30 } }