Move budget stats translations to stats files
We were using custom translations, but now this code is going to be included in the main CONSUL repository.
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
<%= link_to t("budgets.results.link"), budget_results_path(@budget), class: "is-active" %>
|
||||
</li>
|
||||
<li class="tabs-title">
|
||||
<%= link_to t("budgets.stats.link"), budget_stats_path(@budget) %>
|
||||
<%= link_to t("stats.budgets.link"), budget_stats_path(@budget) %>
|
||||
</li>
|
||||
<li class="tabs-title">
|
||||
<%= link_to t("budgets.executions.link"), budget_executions_path(@budget) %>
|
||||
|
||||
Reference in New Issue
Block a user