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


##########
fineract-core/src/main/java/org/apache/fineract/portfolio/calendar/service/CalendarUtils.java:
##########
@@ -261,13 +262,13 @@ public static String getRRuleReadable(final LocalDate 
startDate, final String re
             if (recur.getInterval() == 1) {
                 humanReadable = "Daily";
             } else {
-                humanReadable = "Every " + recur.getInterval() + " days";
+                humanReadable = every + recur.getInterval() + " days";

Review Comment:
   Unnecessary change... does not help on the readability...



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