diff options
author | Christopher Baines <mail@cbaines.net> | 2023-05-23 13:54:30 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-05-23 13:54:30 +0100 |
commit | 70562254be9894d2422279ee69dd8f3bcc80bf50 (patch) | |
tree | 29ac11a0d2c4e4dda5e89e840e84fa8e7e629085 /guix-qa-frontpage | |
parent | b7712989871de72bd3191909d506adcc75ad86ff (diff) | |
download | qa-frontpage-70562254be9894d2422279ee69dd8f3bcc80bf50.tar qa-frontpage-70562254be9894d2422279ee69dd8f3bcc80bf50.tar.gz |
Improve message
Diffstat (limited to 'guix-qa-frontpage')
-rw-r--r-- | guix-qa-frontpage/view/patches.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guix-qa-frontpage/view/patches.scm b/guix-qa-frontpage/view/patches.scm index 4e848c9..8a7665c 100644 --- a/guix-qa-frontpage/view/patches.scm +++ b/guix-qa-frontpage/view/patches.scm @@ -17,10 +17,10 @@ will appear first.") (null? systems-with-low-substitute-availability)) '() `((p (@ (style "text-align: center; font-weight: bold;")) - "Builds for new patch series suspended as low " + "Builds for new patch series suspended as " (a (@ (href "/branch/master")) "master branch substitute availability") - " for: " + " is low for: " ,@(append-map (lambda (system) `((span (@ (style "font-family: monospace;")) |