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 <lucas@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Matt Blenkinsop 2023-09-14 15:17:54 +00:00 committed by Tomas Cohen Arazi
parent 3d7b60dc90
commit 9b385a2c36
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -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(){