diff options
-rw-r--r-- | mumi/web/view/html.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mumi/web/view/html.scm b/mumi/web/view/html.scm index a0431e8..1f2408c 100644 --- a/mumi/web/view/html.scm +++ b/mumi/web/view/html.scm @@ -197,7 +197,7 @@ some examples.") (td (span (@ (class "filter")) "submitter:<who>")) (td "Issues submitted by a person named " (strong "who") ", e.g. " - (span (@ (class "filter")) "author:ludo") + (span (@ (class "filter")) "submitter:ludo") " for all issues submitted by ludo. " "The filter matches both the email address and the name.")) (tr |