Skip to content

Commit

Permalink
Capitalise "GocDB" in lib/Gocdb_Services/NotificationService.php
Browse files Browse the repository at this point in the history
Co-authored-by: ineilson <[email protected]>
  • Loading branch information
gregcorbett and ineilson authored Sep 30, 2021
1 parent 263353a commit 4359f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Gocdb_Services/NotificationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
);
Expand Down

0 comments on commit 4359f64

Please sign in to comment.