From 8c2f97eef82412a4309273e22b6edeaf53dc2d0e Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Thu, 16 Feb 2023 17:26:45 -0500 Subject: [PATCH] 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 --- guix-data-service/web/compare/html.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")