diff --git a/resources/views/list/bills.twig b/resources/views/list/bills.twig
index 57c972cf71..0566938b1c 100644
--- a/resources/views/list/bills.twig
+++ b/resources/views/list/bills.twig
@@ -54,7 +54,7 @@
#}
{% if entry.paidDates.count() == 0 and entry.payDates.count() == 0 and entry.active %}
- {{ 'not_expected_period'|_ }}
+ {{ trans('components.not_expected_period') }}
|
{{ entry.nextExpectedMatch.formatLocalized(monthAndDayFormat) }}
@@ -68,7 +68,7 @@
#}
{% if entry.paidDates.count() == 0 and entry.payDates.count() > 0 and entry.active %}
|
- {{ 'not_or_not_yet'|_ }}
+ {{ trans('components.not_or_not_yet') }}
|
{{ entry.nextExpectedMatch.formatLocalized(monthAndDayFormat) }}
|