diff --git a/assets/img/MVLog_large.png b/assets/img/MVLog_large.png deleted file mode 100644 index d9ec839..0000000 Binary files a/assets/img/MVLog_large.png and /dev/null differ diff --git a/lib/send_push.php b/lib/send_push.php index 304f3eb..0e019bd 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 unreliable article @ MVLog!', + 'body' => 'New aticle @ MVL!', 'url' => $articleUrl, 'tag' => "mvlog-show-{$identity}", ], JSON_UNESCAPED_UNICODE);