diff options
author | Christopher Baines <mail@cbaines.net> | 2022-11-05 12:52:02 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2022-11-05 12:52:02 +0100 |
commit | c94492d98195852a4348e6159fdb6e818f73682f (patch) | |
tree | 694bbfa90eabdb145bc79d2af7ea0d7682b147b2 | |
parent | d5eec496b116620886a4c8c2bb90fb9d4864933c (diff) | |
download | qa-frontpage-c94492d98195852a4348e6159fdb6e818f73682f.tar qa-frontpage-c94492d98195852a4348e6159fdb6e818f73682f.tar.gz |
Improve the wording on the patches page
-rw-r--r-- | guix-qa-frontpage/view/patches.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/guix-qa-frontpage/view/patches.scm b/guix-qa-frontpage/view/patches.scm index f293714..ae4a2b8 100644 --- a/guix-qa-frontpage/view/patches.scm +++ b/guix-qa-frontpage/view/patches.scm @@ -9,9 +9,10 @@ #:title "Patches" #:body `((main - (p "The aim with this page is that the patches to look at should be -towards the top.") - (p "With the green status (important checks passing), the oldest patches will appear first.") + (p "The aim with this page is that the patches to look at should be towards the +top.") + (p "For issues with the green status (important checks passing), the oldest ones +will appear first.") (table (tbody ,@(map (match-lambda |