diff --git a/app/views/budgets/stats/show.html.erb b/app/views/budgets/stats/show.html.erb index 5aa5f7c72..7f0811414 100644 --- a/app/views/budgets/stats/show.html.erb +++ b/app/views/budgets/stats/show.html.erb @@ -135,9 +135,9 @@ <% all_ages_count = @stats[:age_groups].values.sum.to_f %> <% @stats[:age_groups].each do |age_group, count| %> - "> + "> - <%= age_group.gsub("+", t("budgets.stats.more_than")) + t("budgets.stats.years") %> + <%= age_group.gsub("+", t("budgets.stats.more_than")) + " " + t("budgets.stats.years") %>