From 9b385a2c36f433bc9fe1a2b5c6896eca28aae447 Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop Date: Thu, 14 Sep 2023 15:17:54 +0000 Subject: [PATCH] Bug 34794: Fix typo in recalls_to_pull.tt Fixed typo - it's v its Test plan: Look at the bug patch and confirm the change is correct Signed-off-by: Lucas Gass Signed-off-by: Tomas Cohen Arazi --- .../intranet-tmpl/prog/en/modules/recalls/recalls_to_pull.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(){ -- 2.20.1