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:
parent
3d7b60dc90
commit
9b385a2c36
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@
|
||||||
}));
|
}));
|
||||||
|
|
||||||
$(".cancelreturn").click(function(){
|
$(".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(){
|
$(".cancel").click(function(){
|
||||||
|
|
Loading…
Reference in a new issue