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() );