diff --git a/lib/send_push.php b/lib/send_push.php index 0e019bd..304f3eb 100644 --- a/lib/send_push.php +++ b/lib/send_push.php @@ -177,7 +177,7 @@ function try_send_show_notification($articleRefOrJob, $jobdir, $mvlog_root = nul $payload = json_encode([ 'title' => $articleTitle, - 'body' => 'New aticle @ MVL!', + 'body' => 'New unreliable article @ MVLog!', 'url' => $articleUrl, 'tag' => "mvlog-show-{$identity}", ], JSON_UNESCAPED_UNICODE);