diff --git a/LegalAssistance-1.2.1.zip b/LegalAssistance-1.2.1.zip new file mode 100644 index 0000000..0104572 Binary files /dev/null and b/LegalAssistance-1.2.1.zip differ diff --git a/files/custom/Espo/Modules/LegalAssistance/Resources/i18n/en_US/Case.json b/files/custom/Espo/Modules/LegalAssistance/Resources/i18n/en_US/Case.json index 4c55992..c438dd6 100644 --- a/files/custom/Espo/Modules/LegalAssistance/Resources/i18n/en_US/Case.json +++ b/files/custom/Espo/Modules/LegalAssistance/Resources/i18n/en_US/Case.json @@ -1,4 +1,7 @@ { + "labels": { + "LegalAssistance": "Legal Assistance" + }, "fields": { "cLegalAidType": "Legal Aid Type", "cAppointmentDate": "Appointment Date", diff --git a/files/custom/Espo/Modules/LegalAssistance/Resources/i18n/fa_IR/Case.json b/files/custom/Espo/Modules/LegalAssistance/Resources/i18n/fa_IR/Case.json index 7ca0db9..3a024a6 100644 --- a/files/custom/Espo/Modules/LegalAssistance/Resources/i18n/fa_IR/Case.json +++ b/files/custom/Espo/Modules/LegalAssistance/Resources/i18n/fa_IR/Case.json @@ -1,4 +1,7 @@ { + "labels": { + "LegalAssistance": "סיוע משפטי" + }, "fields": { "cLegalAidType": "סוג מינוי סיוע משפטי", "cAppointmentDate": "מועד קבלת המינוי", diff --git a/files/custom/Espo/Modules/LegalAssistance/Resources/i18n/he_IL/Case.json b/files/custom/Espo/Modules/LegalAssistance/Resources/i18n/he_IL/Case.json index 7ca0db9..3a024a6 100644 --- a/files/custom/Espo/Modules/LegalAssistance/Resources/i18n/he_IL/Case.json +++ b/files/custom/Espo/Modules/LegalAssistance/Resources/i18n/he_IL/Case.json @@ -1,4 +1,7 @@ { + "labels": { + "LegalAssistance": "סיוע משפטי" + }, "fields": { "cLegalAidType": "סוג מינוי סיוע משפטי", "cAppointmentDate": "מועד קבלת המינוי", diff --git a/manifest.json b/manifest.json index 150301d..e160713 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "LegalAssistance", - "version": "1.2.0", + "version": "1.2.1", "acceptableVersions": [">=8.0.0"], "php": [">=8.1"], "releaseDate": "2026-04-06",