mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Rename bills to subscriptions
This commit is contained in:
@@ -137,7 +137,7 @@
|
||||
{% if bills|length > 1 %}
|
||||
{{ ExpandedForm.select('bill_id', bills, null) }}
|
||||
{% else %}
|
||||
{{ ExpandedForm.select('bill_id', bills, null, {helpText: trans('firefly.no_bill_pointer', {link: route('bills.index')})}) }}
|
||||
{{ ExpandedForm.select('bill_id', bills, null, {helpText: trans('firefly.no_bill_pointer', {link: route('subscriptions.index')})}) }}
|
||||
{% endif %}
|
||||
|
||||
{# TAGS #}
|
||||
|
||||
@@ -136,7 +136,7 @@
|
||||
{% if bills|length > 1 %}
|
||||
{{ ExpandedForm.select('bill_id', bills, array.transactions[0].bill_id) }}
|
||||
{% else %}
|
||||
{{ ExpandedForm.select('bill_id', bills, array.transactions[0].bill_id, {helpText: trans('firefly.no_bill_pointer', {link: route('bills.index')})}) }}
|
||||
{{ ExpandedForm.select('bill_id', bills, array.transactions[0].bill_id, {helpText: trans('firefly.no_bill_pointer', {link: route('subscriptions.index')})}) }}
|
||||
{% endif %}
|
||||
|
||||
{# TAGS #}
|
||||
|
||||
@@ -184,7 +184,7 @@
|
||||
{% endif %}
|
||||
{% if 0 != transaction.bill_id %}
|
||||
<p>
|
||||
<a href="{{ route('bills.show', [transaction.bill_id]) }}">{{ transaction.bill_name }}</a>
|
||||
<a href="{{ route('subscriptions.show', [transaction.bill_id]) }}">{{ transaction.bill_name }}</a>
|
||||
</p>
|
||||
{% endif %}
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user