diff --git a/app/views/admin/budgets/_group.html.erb b/app/views/admin/budgets/_group.html.erb index 3d65730cc..fab722083 100644 --- a/app/views/admin/budgets/_group.html.erb +++ b/app/views/admin/budgets/_group.html.erb @@ -49,12 +49,16 @@
+

+ <%= t("admin.budgets.form.population_help_text") %> +

<%= f.number_field :population, label: false, maxlength: 8, min: 1, placeholder: t("admin.budgets.form.population"), - data: {toggle_focus: "population-info"} %> + data: {toggle_focus: "population-info"}, + aria: {describedby: "budgets-population-help-text"} %>