diff --git a/apps/readux/forms.py b/apps/readux/forms.py
index 74bdf68f..1179f59d 100644
--- a/apps/readux/forms.py
+++ b/apps/readux/forms.py
@@ -111,8 +111,8 @@ class ManifestSearchForm(forms.Form):
("created_at", "Date added (oldest first)"),
("-date_sort_descending", "Date published (newest first)"),
("date_sort_ascending", "Date published (oldest first)"),
- ("label_alphabetical", "Label (A-Z)"),
- ("-label_alphabetical", "Label (Z-A)"),
+ ("label_alphabetical", "Title (A-Z)"),
+ ("-label_alphabetical", "Title (Z-A)"),
("_score", "Relevance"),
),
widget=forms.Select(
diff --git a/apps/templates/search_results.html b/apps/templates/search_results.html
index f699b007..489b58b8 100644
--- a/apps/templates/search_results.html
+++ b/apps/templates/search_results.html
@@ -48,8 +48,6 @@
-
-
{% include '_home/_nav.html' %}
@@ -76,10 +74,8 @@
@@ -101,28 +96,28 @@