From da30da4378219d3e37cbc2874e2324a872a7ce2e 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' --- .../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 2197e4fe968..ce6a72c62c7 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 ) %][% subscription_LOO.numberlength | html %] for issues[% END %] + [% IF ( subscription_LOO.weeklength ) %][% subscription_LOO.weeklength | html %] for weeks[% END %] + [% IF ( subscription_LOO.monthlength ) %][% subscription_LOO.monthlength | html %] for months[% END %]

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

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