From 9a0672e359289478f82196d8de96251dde1803ff Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 6 Feb 2018 10:57:23 +0100 Subject: [PATCH] Update previous view to use new strings. --- resources/views/list/bills.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) }}