diff options
-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 |