This commit is contained in:
James Cole
2018-08-14 20:08:07 +02:00
parent 11be33e942
commit 035dc8ceb4
5 changed files with 5 additions and 5 deletions

View File

@@ -118,7 +118,7 @@
{% if budgets|length > 1 %}
{{ ExpandedForm.select('budget_id', budgets, null) }}
{% else %}
{{ ExpandedForm.select('budget_id', budgets, null, {helpText: trans('firefly.no_budget_pointer')}) }}
{{ ExpandedForm.select('budget_id', budgets, null, {helpText: trans('firefly.no_budget_pointer', {link: route('budgets.index')})}) }}
{% endif %}
{# CATEGORY ALWAYS #}