Fix the help text on the revision derivations page

This commit is contained in:
Christopher Baines 2020-01-04 21:46:01 +00:00
parent 2f56e59e5b
commit 444649cbc9

View file

@ -924,7 +924,7 @@ figure {
,(form-horizontal-control ,(form-horizontal-control
"Search query" query-parameters "Search query" query-parameters
#:help-text #: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 ,(form-horizontal-control
"System" query-parameters "System" query-parameters
#:options valid-systems #:options valid-systems
@ -944,10 +944,10 @@ figure {
,(form-horizontal-control ,(form-horizontal-control
"After name" query-parameters "After name" query-parameters
#:help-text #:help-text
"List packages that are alphabetically after the given name.") "List derivations that are alphabetically after the given name.")
,(form-horizontal-control ,(form-horizontal-control
"Limit results" query-parameters "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 ,(form-horizontal-control
"All results" query-parameters "All results" query-parameters
#:type "checkbox" #:type "checkbox"