From 428e1f6b51436b69f04c606aa2dabf27e5528368 Mon Sep 17 00:00:00 2001 From: hbrain Date: Sun, 7 Jun 2026 16:19:01 +0200 Subject: [PATCH] Consistency title --- lib/listmonk.php | 2 +- lib/send_push.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/listmonk.php b/lib/listmonk.php index 385148d..0a3dc95 100644 --- a/lib/listmonk.php +++ b/lib/listmonk.php @@ -111,7 +111,7 @@ $body = ' $payload = [ 'name' => $newsletterTitle, - 'subject' => 'Story published: ' . $title, + 'subject' => 'New story: ' . $title, 'lists' => [$listId], 'from_email' => 'MVLog ', 'type' => 'regular', diff --git a/lib/send_push.php b/lib/send_push.php index 31c1585..0da8b0e 100644 --- a/lib/send_push.php +++ b/lib/send_push.php @@ -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);