From 2c55d286a8480919f8b4c787de24bd5c90f6adc8 Mon Sep 17 00:00:00 2001 From: hbrain Date: Thu, 4 Jun 2026 21:38:40 +0200 Subject: [PATCH] Web-push typo corrected --- 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 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);