Web-push typo corrected

This commit is contained in:
hbrain 2026-06-04 21:38:40 +02:00
parent 01d5d78fc3
commit 2c55d286a8

View file

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