From e7e941bd44e7cf4c153bf17e83a8bba100bfe0cb Mon Sep 17 00:00:00 2001 From: gregcorbett Date: Thu, 30 Sep 2021 16:35:08 +0100 Subject: [PATCH] Capitalise "GocDB" in lib/Gocdb_Services/NotificationService.php 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 bfa3f21b4..142d7e596 100644 --- a/lib/Gocdb_Services/NotificationService.php +++ b/lib/Gocdb_Services/NotificationService.php @@ -109,7 +109,7 @@ private function getWebPortalURL() { private function sendEmail($roleRequested, $requestingUser, $entityName, $approvingUser) { $subject = sprintf( - 'GocDB: A Role request from %1$s over %2$s requires your attention', + 'GOCDB: A Role request from %1$s over %2$s requires your attention', $requestingUser->getForename(), $roleRequested->getOwnedEntity()->getName() );