From 7c5878d864e1c8d08a235ab51e2adfdafd97e5d2 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 --- .../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.37.1 (Apple Git-137.1)