diff options
-rw-r--r-- | mumi/web/view/html.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mumi/web/view/html.scm b/mumi/web/view/html.scm index ca77476..215573e 100644 --- a/mumi/web/view/html.scm +++ b/mumi/web/view/html.scm @@ -141,15 +141,15 @@ `(,(header #:search-bar? #f) (main (@ (class "container")) - (h1 "Guix patch tracker") + (h1 "Guix issue tracker") (p (@ (class "lead")) - "This is a web frontend to the Guix issue trackers. Send email to " + "This is a web frontend to the Guix patch and bug trackers. Send email to " (a (@ (href ,(string-append "mailto:" (%config 'submission-email-address)))) ,(%config 'submission-email-address)) - " to submit your patches or email " + " to submit a patch, or email " (a (@ (href ,(string-append "mailto:" (%config 'submission-bug-email-address)))) ,(%config 'submission-bug-email-address)) - " to open a new issue.") + " to submit a bug report.") (div (@ (class "card mb-5")) (div (@ (class "card-body bg-light")) |