From 93f103d9b55309209ef49524d746b9d321487cc1 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 8 Mar 2023 11:23:00 +0000 Subject: [PATCH] Bug 27542: (follow-up) Capitalization Signed-off-by: Stephen Graham Signed-off-by: Pedro Amorim Signed-off-by: Tomas Cohen Arazi --- Koha/Illrequest.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/Illrequest.pm b/Koha/Illrequest.pm index 5d674c5019..3f7e34d13f 100644 --- a/Koha/Illrequest.pm +++ b/Koha/Illrequest.pm @@ -537,7 +537,7 @@ sub _core_status_graph { prev_actions => [ 'REQ', 'GENREQ' ], id => 'REQREV', name => 'Request reverted', - ui_method_name => 'Revert Request', + ui_method_name => 'Revert request', method => 'cancel', next_actions => [ 'REQ', 'GENREQ', 'KILL' ], ui_method_icon => 'fa-times', -- 2.20.1