@@ -, +, @@ translatability --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt @@ -610,7 +610,7 @@ Suspended [% IF ( RESERVE.suspend_until ) %] until [% RESERVE.suspend_until %] [% END %] [% ELSE %] [% IF RESERVE.itemtype %] - Pending for next available item of type [% ItemTypes.GetDescription( RESERVE.itemtype ) %] + Pending for next available item of type: [% ItemTypes.GetDescription( RESERVE.itemtype ) %] [% ELSE %] Pending [% END %] --