From 869022b0d008dbe78ff69c805acf69eeb40cfcd5 Mon Sep 17 00:00:00 2001 From: hbrain Date: Sun, 7 Jun 2026 14:45:14 +0200 Subject: [PATCH] Web-push msg changed --- lib/send_push.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/send_push.php b/lib/send_push.php index dfa7d8f..31c1585 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 unreliable article @ MVLog!', + 'body' => 'New article @ MVLog!', 'url' => $articleUrl, 'tag' => "mvlog-show-{$identity}", ], JSON_UNESCAPED_UNICODE);