diff --git a/PlexRequests.UI/Views/Search/Index.cshtml b/PlexRequests.UI/Views/Search/Index.cshtml
index b8e9f3bfc..f167e946f 100644
--- a/PlexRequests.UI/Views/Search/Index.cshtml
+++ b/PlexRequests.UI/Views/Search/Index.cshtml
@@ -170,10 +170,13 @@
{{#if available}}
Available
{{else}}
+ {{#if approved}}
+ Processing request
+ {{else if requested}}
+ Pending approval
+ {{else}}
Not Available
{{/if}}
- {{#if requested}}
- Requested
{{/if}}