From ebc8b56133db97b1411ff0d49e63247fafed14a2 Mon Sep 17 00:00:00 2001 From: gregcorbett Date: Mon, 4 Oct 2021 13:38:41 +0100 Subject: [PATCH] Also merge into grant roles Co-authored-by: ineilson --- lib/Gocdb_Services/NotificationService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Gocdb_Services/NotificationService.php b/lib/Gocdb_Services/NotificationService.php index 5716b56dc..53e794383 100644 --- a/lib/Gocdb_Services/NotificationService.php +++ b/lib/Gocdb_Services/NotificationService.php @@ -51,7 +51,7 @@ public function roleRequest ($roleRequested, $requestingUser, $entity) { } } - // If there are no users are able to grant the role over this entity, + // If there are no users that are able to grant the role over this entity, // we will email the parent entity for approval. if (count($authorisingUserIds) == 0) { if ($entity instanceof \Site) {