diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/recalls_to_pull.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/recalls_to_pull.tt index 3fc551a83b..feed9372df 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/recalls_to_pull.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/recalls_to_pull.tt @@ -174,7 +174,7 @@ })); $(".cancelreturn").click(function(){ - return confirmDelete(_("Are you sure you want to remove this recall and return the item to it's home library?")); + return confirmDelete(_("Are you sure you want to remove this recall and return the item to its home library?")); }); $(".cancel").click(function(){