From eac802b712bd60c8307da7b6f709d347ffa4ffe3 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 29 Jun 2018 17:36:51 -0300 Subject: [PATCH] Bug 20806: Surround string by span tag to help translation Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens --- koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt index 8ba606f5dc..4586436c64 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt @@ -84,7 +84,7 @@ [% IF hold.itemtype %] [% ItemTypes.GetDescription( hold.itemtype ) %] [% ELSE %] - Any item type + Any item type [% END %] [% END %] -- 2.39.2