mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Update previous view to use new strings.
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
#}
|
#}
|
||||||
{% if entry.paidDates.count() == 0 and entry.payDates.count() == 0 and entry.active %}
|
{% if entry.paidDates.count() == 0 and entry.payDates.count() == 0 and entry.active %}
|
||||||
<td class="paid_in_period text-muted" data-value="0001-00-00 00-00-00">
|
<td class="paid_in_period text-muted" data-value="0001-00-00 00-00-00">
|
||||||
{{ 'not_expected_period'|_ }}
|
{{ trans('components.not_expected_period') }}
|
||||||
</td>
|
</td>
|
||||||
<td class="expected_in_period hidden-sm hidden-xs" data-value="{{ entry.nextExpectedMatch.format('Y-m-d H-i-s') }}">
|
<td class="expected_in_period hidden-sm hidden-xs" data-value="{{ entry.nextExpectedMatch.format('Y-m-d H-i-s') }}">
|
||||||
{{ entry.nextExpectedMatch.formatLocalized(monthAndDayFormat) }}
|
{{ entry.nextExpectedMatch.formatLocalized(monthAndDayFormat) }}
|
||||||
@@ -68,7 +68,7 @@
|
|||||||
#}
|
#}
|
||||||
{% if entry.paidDates.count() == 0 and entry.payDates.count() > 0 and entry.active %}
|
{% if entry.paidDates.count() == 0 and entry.payDates.count() > 0 and entry.active %}
|
||||||
<td class="paid_in_period text-danger" data-value="0002-00-00 00-00-00">
|
<td class="paid_in_period text-danger" data-value="0002-00-00 00-00-00">
|
||||||
{{ 'not_or_not_yet'|_ }}
|
{{ trans('components.not_or_not_yet') }}
|
||||||
</td>
|
</td>
|
||||||
<td class="expected_in_period hidden-sm hidden-xs" data-value="{{ entry.nextExpectedMatch.format('Y-m-d H-i-s') }}">
|
<td class="expected_in_period hidden-sm hidden-xs" data-value="{{ entry.nextExpectedMatch.format('Y-m-d H-i-s') }}">
|
||||||
{{ entry.nextExpectedMatch.formatLocalized(monthAndDayFormat) }}
|
{{ entry.nextExpectedMatch.formatLocalized(monthAndDayFormat) }}
|
||||||
|
Reference in New Issue
Block a user