Missing translation on budgets index page

This commit is contained in:
Florian Dupret 2020-06-09 08:37:40 +02:00
parent aa4da1e2e1
commit f7545af17a
2 changed files with 2 additions and 2 deletions

View File

@ -854,6 +854,7 @@ return [
'auto_budget_help' => 'You can read more about this feature in the help. Click the top-right (?) icon.',
'auto_budget_reset_icon' => 'This budget will be set periodically',
'auto_budget_rollover_icon' => 'The budget amount will increase periodically',
'remove_budgeted_amount' => 'Remove budgeted amount in :currency',
// bills:
'not_expected_period' => 'Not expected this period',

View File

@ -271,8 +271,7 @@
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false"><span class="caret"></span></button>
<ul class="dropdown-menu">
<li><a href="{{ route('budget-limits.delete', [budgetLimit.id]) }}">Remove budgeted amount
in {{ budgetLimit.currency_name }}</a></li>
<li><a href="{{ route('budget-limits.delete', [budgetLimit.id]) }}">{{ trans('firefly.remove_budgeted_amount', {currency: budgetLimit.currency_name }) }}</a></li>
</ul>
</div>
</div>