Fixes erroneous i18n param in view
This commit is contained in:
@@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
<h4>
|
<h4>
|
||||||
<%= t("budgets.ballots.show.remaining",
|
<%= t("budgets.ballots.show.remaining",
|
||||||
amount_city: @ballot.formatted_amount_available(@ballot.heading_for_group(group))).html_safe %>
|
amount: @ballot.formatted_amount_available(@ballot.heading_for_group(group))).html_safe %>
|
||||||
</h4>
|
</h4>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|||||||
Reference in New Issue
Block a user