From 89c7a2fbc823bfc98291f2740d355254d8aa0bcd Mon Sep 17 00:00:00 2001 From: Bandie Date: Wed, 13 Jan 2021 20:29:31 +0100 Subject: [PATCH] Typos --- www/pr.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/pr.php b/www/pr.php index 0ef909c..3592ae3 100644 --- a/www/pr.php +++ b/www/pr.php @@ -56,13 +56,13 @@ $subject = $decoded['repository']['full_name'] $message = $decoded['sender']['login'] . " has " . ($decoded['pull_request']['merged'] ? "merged" : $decoded['action']) - . " pull request #" . + . " the pull request #" . $decoded['pull_request']['number'] . " (" . $decoded['pull_request']['title'] . ") for " . $decoded['repository']['full_name'] . ".\n" . $decoded['pull_request']['html_url'] - . "\n\n\nSent to you by https://git.chaospott.de/Chaospott/gitea_webhooks"; + . "\n\n---\n\nSent to you by gitea_webhooks (https://git.chaospott.de/Chaospott/gitea_webhooks)"; foreach($recipients['pr'] as $recp) {