diff --git a/app/views/admin/budget_headings/index.html.erb b/app/views/admin/budget_headings/index.html.erb index e609af000..4487a8f4b 100644 --- a/app/views/admin/budget_headings/index.html.erb +++ b/app/views/admin/budget_headings/index.html.erb @@ -5,6 +5,8 @@ <%= link_to t("admin.budget_headings.form.create"), new_admin_budget_group_heading_path %> +<%= render Admin::Budgets::HelpComponent.new("budget_headings") %> + <% if @headings.any? %>

<%= t("admin.budget_headings.amount", count: @headings.count) %>

diff --git a/config/locales/en/admin.yml b/config/locales/en/admin.yml index 5398b76b0..682284b99 100644 --- a/config/locales/en/admin.yml +++ b/config/locales/en/admin.yml @@ -157,6 +157,7 @@ en: submit: "Save heading" index: back: "Go back to groups" + help: "Headings are meant to divide the money of the participatory budget. Here you can add headings for this group and assign the amount of money that will be used for each heading." budget_phases: edit: summary_help_text: This text will inform the user about the phase. To show it even if the phase is not active, select the checkbox below diff --git a/config/locales/es/admin.yml b/config/locales/es/admin.yml index 86a4e7735..043df71d3 100644 --- a/config/locales/es/admin.yml +++ b/config/locales/es/admin.yml @@ -157,6 +157,7 @@ es: submit: "Guardar partida" index: back: "Volver a grupos" + help: "Las partidas sirven para dividir el dinero del presupuesto participativo. Aquí puedes ir añadiendo partidas para cada grupo y establecer la cantidad de dinero que se gastará en cada partida." budget_phases: edit: summary_help_text: Este texto informará al usuario sobre la fase. Para mostrarlo aunque la fase no esté activa, marca la opción de más abajo.