aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-01-04 22:16:58 +0000
committerChristopher Baines <mail@cbaines.net>2020-01-04 22:16:58 +0000
commit012e51fc2a9049d49c5243280bc437719ef44a42 (patch)
tree76bd62d2b2a53c0f343f06feb57cf1fb6302089a
parentd7036bdd377f4a70fd28b2f2ef5a5c78aec22e9a (diff)
downloaddata-service-012e51fc2a9049d49c5243280bc437719ef44a42.tar
data-service-012e51fc2a9049d49c5243280bc437719ef44a42.tar.gz
Fix the help text on the derivation outputs page
-rw-r--r--guix-data-service/web/revision/html.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/guix-data-service/web/revision/html.scm b/guix-data-service/web/revision/html.scm
index ce53fc4..a4e3f3a 100644
--- a/guix-data-service/web/revision/html.scm
+++ b/guix-data-service/web/revision/html.scm
@@ -1051,7 +1051,7 @@ figure {
,(form-horizontal-control
"Search query" query-parameters
#:help-text
- "List packages where the derivation output path matches this query.")
+ "List outputs where the file name matches this query.")
,(form-horizontal-control
"Output consistency" query-parameters
#:allow-selecting-multiple-options #f
@@ -1065,21 +1065,21 @@ figure {
"System" query-parameters
#:options valid-systems
#:allow-selecting-multiple-options #f
- #:help-text "Only include derivations for this system."
+ #:help-text "Only include outputs from derivations for this system."
#:font-family "monospace")
,(form-horizontal-control
"Target" query-parameters
#:options valid-systems
#:allow-selecting-multiple-options #f
- #:help-text "Only include derivations that are build for this system."
+ #:help-text "Only include outputs from derivations that are build for this system."
#:font-family "monospace")
,(form-horizontal-control
"After path" query-parameters
#:help-text
- "List packages that are alphabetically after the given name.")
+ "List outputs that are alphabetically after the given name.")
,(form-horizontal-control
"Limit results" query-parameters
- #:help-text "The maximum number of packages by name to return.")
+ #:help-text "The maximum number of outputs to return.")
,(form-horizontal-control
"All results" query-parameters
#:type "checkbox"