From 0f234f9209375330e6b64b9f413ea9c8505f0f6c 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
Signed-off-by: Tomas Cohen Arazi
(cherry picked from commit 92f5e02a8c2ee7efaa9478015a860a5f62ee05aa)
Signed-off-by: Lucas Gass
---
.../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.39.5