Skip to content

Commit

Permalink
Issue #477: Replace "Data sets" with "Metadata records" in ReviewRemi…
Browse files Browse the repository at this point in the history
…nder
  • Loading branch information
lkmorlan committed May 15, 2024
1 parent 81a2cc0 commit 4defe01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/modules/custom/bc_dc/src/Service/ReviewReminder.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public function sendRemindersToOneUser(int $uid, array $notifications): ?bool {
return NULL;
}

$subject = $this->t('Data sets you maintain need updates', [], ['langcode' => $account->getPreferredLangcode()]);
$subject = $this->t('Metadata records you maintain need updates', [], ['langcode' => $account->getPreferredLangcode()]);

$success = GcNotifyApiService::sendMessage([$email], $subject, $body);
if ($success) {
Expand Down

0 comments on commit 4defe01

Please sign in to comment.