summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjgart <jgart@dismail.de>2022-12-23 22:44:16 -0600
committerRicardo Wurmus <rekado@elephly.net>2022-12-25 09:23:04 +0100
commit42e7667d02966685bedbce45a0455dc12e8d7a16 (patch)
tree75674da33c8df9d1a435ff59326c09dd9c72da13
parent0a90eeda9b5e12a2f83e3917c46fa539f308d0c8 (diff)
html: Add indefinite article "an" in email sending message.
-rw-r--r--mumi/web/view/html.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/mumi/web/view/html.scm b/mumi/web/view/html.scm
index 6b675e5..6431654 100644
--- a/mumi/web/view/html.scm
+++ b/mumi/web/view/html.scm
@@ -250,7 +250,7 @@ simple query language. Here is a list of supported query terms:")
(@ (class "container"))
(h1 "Guix issue tracker")
(p (@ (class "lead"))
- "This is a web frontend to the Guix patch and bug trackers. Send email to "
+ "This is a web frontend to the Guix patch and bug trackers. Send an email to "
(a (@ (href ,(string-append "mailto:" (%config 'submission-email-address))))
,(%config 'submission-email-address))
" to submit a patch, or email "
@@ -585,7 +585,7 @@ failed to process associated messages.")
(a (@ (href ,(string-append "mailto:"
(number->string id) "@" (%config 'debbugs-domain)
"?subject=" (uri-encode (bug-subject* bug)))))
- ,(string-append "send email to "
+ ,(string-append "send an email to "
(number->string id) "@" (%config 'debbugs-domain)))
" to comment.")))))
(define disabled-mailer
@@ -606,7 +606,7 @@ currently disabled."))
(a (@ (href ,(string-append "mailto:"
(number->string id) "@" (%config 'debbugs-domain)
"?subject=" (uri-encode (bug-subject* bug)))))
- ,(string-append "send email to "
+ ,(string-append "send an email to "
(number->string id) "@" (%config 'debbugs-domain)))))))
(define comment-box
`(div