Consistency title

This commit is contained in:
hbrain 2026-06-07 16:19:01 +02:00
parent 869022b0d0
commit 428e1f6b51
2 changed files with 2 additions and 2 deletions

View file

@ -111,7 +111,7 @@ $body = '
$payload = [
'name' => $newsletterTitle,
'subject' => 'Story published: ' . $title,
'subject' => 'New story: ' . $title,
'lists' => [$listId],
'from_email' => 'MVLog <newsletter@bubulescu.org>',
'type' => 'regular',

View file

@ -252,7 +252,7 @@ function try_send_show_notification($articleRefOrJob, $jobdir, $mvlog_root = nul
} else {
$payload = json_encode([
'title' => $articleTitle,
'body' => 'New article @ MVLog!',
'body' => 'New story @ MVLog!',
'url' => $articleUrl,
'tag' => "mvlog-show-{$identity}",
], JSON_UNESCAPED_UNICODE);