Skip to content

Commit

Permalink
Curly quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Mar 9, 2024
1 parent 4494e31 commit f011c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/PendingContactsService.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public function purgeExpiredPendingContacts(): void
$pendingContactRecord->delete();

if (!$softDeleted) {
Campaign::$plugin->log('Deleted pending contact "{email}" because they took too long to verify their email.', [
Campaign::$plugin->log('Deleted pending contact {email} because they took too long to verify their email.', [
'email' => $pendingContactRecord->email,
]);
}
Expand Down

0 comments on commit f011c62

Please sign in to comment.