aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2023-02-16 17:26:45 -0500
committerChristopher Baines <mail@cbaines.net>2023-02-17 17:10:52 +0000
commit8c2f97eef82412a4309273e22b6edeaf53dc2d0e (patch)
treebaa51fb8970007b0c733194b27caecab8bbcae06
parentf68822cad2f8cd5cbef06aad4e4570bb8afcf725 (diff)
downloaddata-service-8c2f97eef82412a4309273e22b6edeaf53dc2d0e.tar
data-service-8c2f97eef82412a4309273e22b6edeaf53dc2d0e.tar.gz
Comparing package derivations: Fix inconsistent verbage.
Harmonize "Build change" options between the selection menu and the documentation * guix-data-service/web/compare/html.scm (compare/package-derivations): Replace "Still broken" with "Still failing" in the "Build change" help text. Signed-off-by: Christopher Baines <mail@cbaines.net>
-rw-r--r--guix-data-service/web/compare/html.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-data-service/web/compare/html.scm b/guix-data-service/web/compare/html.scm
index 58fb514..44acb81 100644
--- a/guix-data-service/web/compare/html.scm
+++ b/guix-data-service/web/compare/html.scm
@@ -797,7 +797,7 @@ derivation")
(dd
"At least one successful build for both the base
and target derivations")
- (dt "Still broken")
+ (dt "Still failing")
(dd
"No successful builds and at least one failed builds for both the base and target derivations")
(dt "Unknown")