diff --git a/app/views/budgets/results/show.html.erb b/app/views/budgets/results/show.html.erb
index 63308eaca..81c5e0904 100644
--- a/app/views/budgets/results/show.html.erb
+++ b/app/views/budgets/results/show.html.erb
@@ -29,10 +29,10 @@
-
<%= t("shared.you_are_in") %>
- <%= link_to t("budgets.results.link"), budget_results_path(@budget), class: "is-active" %>
+ <%= link_to t("budgets.results.link"), budget_results_path(@budget), class: "is-active" %>
-
- <%# link_to t("budgets.stats.link"), budget_stats_path(@budget)%>
+ <%= link_to t("budgets.executions.link"), budget_executions_path(@budget) %>
diff --git a/config/locales/en/budgets.yml b/config/locales/en/budgets.yml
index 094fcbe9e..6147af785 100644
--- a/config/locales/en/budgets.yml
+++ b/config/locales/en/budgets.yml
@@ -174,6 +174,8 @@ en:
investment_proyects: List of all investment projects
unfeasible_investment_proyects: List of all unfeasible investment projects
not_selected_investment_proyects: List of all investment projects not selected for balloting
+ executions:
+ link: "Execution"
phases:
errors:
dates_range_invalid: "Start date can't be equal or later than End date"
diff --git a/config/locales/es/budgets.yml b/config/locales/es/budgets.yml
index 11592e9c8..1674dce06 100644
--- a/config/locales/es/budgets.yml
+++ b/config/locales/es/budgets.yml
@@ -174,6 +174,8 @@ es:
investment_proyects: Ver lista completa de proyectos de gasto
unfeasible_investment_proyects: Ver lista de proyectos de gasto inviables
not_selected_investment_proyects: Ver lista de proyectos de gasto no seleccionados para la votación final
+ executions:
+ link: "Ejecución"
phases:
errors:
dates_range_invalid: "La fecha de comienzo no puede ser igual o superior a la de finalización"