@@ -, +, @@ with fa-sticky-note-o --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt @@ -227,7 +227,7 @@ function placeHold () { function forgetPatron(){ $.removeCookie("holdfor", { path: '/' }); $(".holdforlink").remove(); - $("#placeholdc").html(" "+_("Place hold")+""); + $("#placeholdc").html(" "+_("Place hold")+""); } function addToList () { --