`(,(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"))