summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-08-13 11:05:11 -0500
committerDan McGee <dan@archlinux.org>2010-08-13 11:05:11 -0500
commitc93ed3f6fe3ebe322f3bc0ad269b83a607fb1b53 (patch)
tree9060a5b2ab28193d0b5efe7fb88790cf1529e94e /templates
parent2f3f793670da7e08fb7b42a34b79432d48e8f652 (diff)
downloadarchweb-c93ed3f6fe3ebe322f3bc0ad269b83a607fb1b53.tar.gz
archweb-c93ed3f6fe3ebe322f3bc0ad269b83a607fb1b53.zip
Clarify what the date field means on package search
It sounded like the date had to match exactly which wasn't true, so clarify the label on the form field. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates')
-rw-r--r--templates/packages/search.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/packages/search.html b/templates/packages/search.html
index e9afad95..fdc68953 100644
--- a/templates/packages/search.html
+++ b/templates/packages/search.html
@@ -27,7 +27,7 @@
<div><label title="Limit results to a specific maintainer">
Maintainer</label>{{ search_form.maintainer}}</div>
<div><label title="Limit results to a date after the date entered">
- Last Update</label>{{ search_form.last_update }}</div>
+ Last Updated After</label>{{ search_form.last_update }}</div>
<div><label title="Limit results based on out-of-date status">
Flagged</label>{{ search_form.flagged }}</div>
<div><label title="Select the number of results to display per page">