diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/packages/search.html | 2 |
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"> |