aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service/web/revision/html.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix-data-service/web/revision/html.scm')
-rw-r--r--guix-data-service/web/revision/html.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/guix-data-service/web/revision/html.scm b/guix-data-service/web/revision/html.scm
index b0254a8..ce53fc4 100644
--- a/guix-data-service/web/revision/html.scm
+++ b/guix-data-service/web/revision/html.scm
@@ -924,7 +924,7 @@ figure {
,(form-horizontal-control
"Search query" query-parameters
#:help-text
- "List packages where the name or synopsis match the query.")
+ "List derivations where part of the file name matches the query.")
,(form-horizontal-control
"System" query-parameters
#:options valid-systems
@@ -944,10 +944,10 @@ figure {
,(form-horizontal-control
"After name" query-parameters
#:help-text
- "List packages that are alphabetically after the given name.")
+ "List derivations 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 derivations to return.")
,(form-horizontal-control
"All results" query-parameters
#:type "checkbox"