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);