From 0cc64c18ab0bc7632914464b9dc29003e5667006 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 30 Oct 2020 16:39:30 -0300 Subject: [PATCH] Bug 19133: (QA follow-up) Correct exception description Signed-off-by: Tomas Cohen Arazi --- Koha/Exceptions/Patron.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/Exceptions/Patron.pm b/Koha/Exceptions/Patron.pm index b1654e6ccbe..36f6ec11ea6 100644 --- a/Koha/Exceptions/Patron.pm +++ b/Koha/Exceptions/Patron.pm @@ -10,7 +10,7 @@ use Exception::Class ( description => "Deleting patron failed" }, 'Koha::Exceptions::Patron::NotFound' => { - description => "Deleting patron failed" + description => "Patron not found" }, ); -- 2.29.2