[#11950] Fix bug with overflow of members count in error message
Fixes #11950.
Outline of Solution
Previously, the zero-sum contribution question overflows when it exceeds the total required contribution percentage i.e. Number of members in the team * 100%, as it is not captured in the logic flow for the error message.

Now, we have introduced another way of checking for this overflow and reducing the number of Equal Share with a cap based on the number of members in a team by Total required contribution percentage / 100. The excess will then be calculated separately.
And now, it should read Current total 5 x Equal share + 100% ... when the total required contribution percentage exceeds n * 100, where n is the number of members.

Hello @zhaojj2209, thank you for your review and catching that! Have rolled out the change 👍🏻
@NicolasCwy Kindly for your attention.
Guys, This PR seems to be stalling (no activities for the past 7 days). :snail: :cry: Hope someone can get it to move forward again soon...
Guys, This PR seems to be stalling (no activities for the past 7 days). :snail: :cry: Hope someone can get it to move forward again soon...