diff --git a/app/views/admin/budgets/_heading_form.html.erb b/app/views/admin/budgets/_heading_form.html.erb index 56590bf1b..5c50e21a8 100644 --- a/app/views/admin/budgets/_heading_form.html.erb +++ b/app/views/admin/budgets/_heading_form.html.erb @@ -18,11 +18,15 @@
+ <%= t("admin.budgets.form.population_help_text") %> +
<%= f.text_field :population, label: false, maxlength: 8, placeholder: t("admin.budgets.form.population"), - data: {toggle_focus: "population-info"} %> + data: {toggle_focus: "population-info"}, + aria: {describedby: "budgets-population-help-text"} %>