adamsaghy commented on code in PR #6191:
URL: https://github.com/apache/fineract/pull/6191#discussion_r3703285701


##########
fineract-core/src/main/java/org/apache/fineract/organisation/monetary/exception/CurrencyInUseException.java:
##########
@@ -27,7 +27,7 @@ public class CurrencyInUseException extends 
AbstractPlatformDomainRuleException
 
     public CurrencyInUseException(final String currencyCode) {
         super("error.msg.currency.currencyCode.inUse",
-                "Cannot remove currency with identifier " + currencyCode + " 
while it is still in use", currencyCode);
+                "Currency cannot be removed because it is already used in 
existing transactions or accounts.", currencyCode);

Review Comment:
   Any reason to change the exception message?



-- 
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