rhopman commented on code in PR #5711:
URL: https://github.com/apache/fineract/pull/5711#discussion_r3024660763


##########
fineract-charge/src/main/java/org/apache/fineract/portfolio/charge/exception/LoanChargeWaiveCannotBeReversedException.java:
##########
@@ -39,9 +39,9 @@ public String errorMessage() {
             } else if (name().equalsIgnoreCase("ALREADY_WAIVED")) {
                 return "This loan charge has already been waived";
             } else if (name().equalsIgnoreCase("LOAN_INACTIVE")) {
-                return "This loan charge can be waived as the loan associated 
with it is currently inactive";
+                return "This loan charge cannot be waived as the loan 
associated with it is currently inactive";

Review Comment:
   @DeathGun44 You're right, I've changed it.



##########
fineract-charge/src/main/java/org/apache/fineract/portfolio/charge/exception/LoanChargeWaiveCannotBeReversedException.java:
##########
@@ -39,9 +39,9 @@ public String errorMessage() {
             } else if (name().equalsIgnoreCase("ALREADY_WAIVED")) {
                 return "This loan charge has already been waived";
             } else if (name().equalsIgnoreCase("LOAN_INACTIVE")) {
-                return "This loan charge can be waived as the loan associated 
with it is currently inactive";
+                return "This loan charge cannot be waived as the loan 
associated with it is currently inactive";
             } else if 
(name().equalsIgnoreCase("WAIVE_NOT_ALLOWED_FOR_CHARGE")) {
-                return "This loan charge can be waived";
+                return "This loan charge cannot be waived";

Review Comment:
   @DeathGun44 You're right, I've changed it.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to