app/views/dashboard/_points.html.erb in woople-theme-0.5.15 vs app/views/dashboard/_points.html.erb in woople-theme-0.5.16

- old
+ new

@@ -1,7 +1,7 @@ <div> <div class="progress"> <div class="bar" style="width: <%= points.percent_complete %>%;"></div> </div> - <h2 class="points"><%= t 'woople_theme.dashboards.member.electives_section.points_earned', points_earned: points.earned, points_total: points.total %> </h2> + <h2 class="points"><%= t 'woople_theme.dashboards.member.electives_section.points_earned', count: points.total, points_earned: points.earned, points_total: points.total %></h2> </div>