From 9cfe5294ffc5759b2e71603a7fb6ff431c3c495e 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 (cherry picked from commit 9b385a2c36f433bc9fe1a2b5c6896eca28aae447) Signed-off-by: Fridolin Somers (cherry picked from commit 445ec77de363180fe15461035f78cdbe7c215d84) Signed-off-by: Matt Blenkinsop --- .../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 8ea8f2b0c7..d6ec0546b9 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 @@ -169,7 +169,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.39.2