summaryrefslogtreecommitdiffstats
path: root/templates/packages
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-08-13 18:05:11 +0200
committerDan McGee <dan@archlinux.org>2010-08-13 18:05:11 +0200
commitc93ed3f6fe3ebe322f3bc0ad269b83a607fb1b53 (patch)
tree9060a5b2ab28193d0b5efe7fb88790cf1529e94e /templates/packages
parent2f3f793670da7e08fb7b42a34b79432d48e8f652 (diff)
downloadarchweb-c93ed3f6fe3ebe322f3bc0ad269b83a607fb1b53.tar.gz
archweb-c93ed3f6fe3ebe322f3bc0ad269b83a607fb1b53.tar.xz
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/packages')
-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 e9afad9..fdc6895 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">