From 8c8569df2b0e2a6e2c1cfcb48ce13fcde7ce417e Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 13 Jul 2022 08:01:48 +0200 Subject: [PATCH] Bug 30992: Improve translatability for 'for' Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize --- .../opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt index 2197e4fe96..86dd33578c 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt @@ -121,10 +121,9 @@ on Sunday [% END %] - for - [% IF ( subscription_LOO.numberlength ) %][% subscription_LOO.numberlength | html %] issues[% END %] - [% IF ( subscription_LOO.weeklength ) %][% subscription_LOO.weeklength | html %] weeks[% END %] - [% IF ( subscription_LOO.monthlength ) %][% subscription_LOO.monthlength | html %] months[% END %] + [% IF ( subscription_LOO.numberlength ) %]for [% subscription_LOO.numberlength | html %] issues[% END %] + [% IF ( subscription_LOO.weeklength ) %]for [% subscription_LOO.weeklength | html %] weeks[% END %] + [% IF ( subscription_LOO.monthlength ) %]for [% subscription_LOO.monthlength | html %] months[% END %]

The first subscription was started on [% subscription_LOO.histstartdate | html %]

[% IF ( subscription_LOO.histenddate ) %] -- 2.20.1