Add information to the phase table to clarify its functionality.

Add a help text on admin budget show page and improve text from Admin::Budgets::HelpComponent in order to
clarify its functionality when we are using the wizard.
This commit is contained in:
taitus
2022-04-12 11:42:49 +02:00
parent bdf4d6a79c
commit 703e28e6cd
5 changed files with 15 additions and 3 deletions

View File

@@ -11,8 +11,9 @@
<%= render Admin::Budgets::GroupsAndHeadingsComponent.new(budget) %>
</section>
<section aria-labelledby="phases_header">
<section class="phases" aria-labelledby="phases_header">
<h3 id="phases_header"><%= t("admin.budgets.edit.phases_caption") %></h3>
<span class="help-text"><%= t("admin.budgets.edit.phases_table_help_text") %></span>
<%= render Admin::BudgetPhases::PhasesComponent.new(budget) %>
</section>