Skip to content

Commit f018516

Browse files
chmstbrianteeman
andauthored
Update administrator/components/com_joomlaupdate/src/Model/NotificationModel.php
Co-authored-by: Brian Teeman <[email protected]>
1 parent cd179c5 commit f018516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

administrator/components/com_joomlaupdate/src/Model/NotificationModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function sendNotification($type, $oldVersion): void
5454
$emailGroups = ArrayHelper::toInteger(explode(',', $emailGroups));
5555
}
5656

57-
// Get all users in these groups who can receive e-mails
57+
// Get all users in these groups who can receive emails
5858
$emailReceivers = $this->getEmailReceivers($emailGroups);
5959

6060
// If no email receivers are found, we do not send any notification

0 commit comments

Comments
 (0)