From 6f49e54631b05a318706df2b1c54e06a7dbd6263 Mon Sep 17 00:00:00 2001 From: Tb Fajri Date: Mon, 22 May 2023 16:30:34 +0700 Subject: [PATCH] update messsage --- lang/en/enrollment.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/en/enrollment.php b/lang/en/enrollment.php index a744af9f..f953178e 100755 --- a/lang/en/enrollment.php +++ b/lang/en/enrollment.php @@ -43,7 +43,8 @@ return [ "PRINCIPAL_ID_NOT_REQUIRED" => "Mapping ID should only be filled for dependents", "CORPORATE_ID_REQUIRED" => "Corporate ID must be filled", "PRINCIPAL_ID_REQUIRED" => "Mapping ID must be filled", - "PRINCIPAL_ID_NOT_SAME_MEMBER_ID" => "Mapping ID cannot be filled with the same Member ID.", + "PRINCIPAL_ID_NOT_SAME_MEMBER_ID" => "Mapping ID cannot be filled with Record Type not P.", + "PRINCIPAL_NOT_IN_MEMBER_ID" => "Mapping ID not in Member ID.", "BRANCH_CODE_NOT_REQUIRED" => "Dependents don't need to fill in Branch Code ", "INVALID_LANGUAGE" => "Language (field 12) is invalid", "INVALID_DATE" => "Format Date (:title) is invalid",