diff --git a/app/views/budgets/executions/show.html.erb b/app/views/budgets/executions/show.html.erb index c6844c955..91f50684a 100644 --- a/app/views/budgets/executions/show.html.erb +++ b/app/views/budgets/executions/show.html.erb @@ -55,7 +55,7 @@
<%= form_tag(budget_executions_path(@budget), method: :get) do %>
- <%= label_tag t("budgets.executions.filters.label") %> + <%= label_tag :status, t("budgets.executions.filters.label") %> <%= select_tag :status, options_from_collection_for_select(@statuses, :id, lambda { |s| "#{s.name} (#{filters_select_counts(s.id)})" },