From e3e748b6f27d91fb9080be6b14e3042aaef5d7fb Mon Sep 17 00:00:00 2001 From: Jim MacKenize Date: Mon, 3 Oct 2016 09:06:57 -0500 Subject: [PATCH] f#552: updated labels text --- PlexRequests.UI/Views/Search/Index.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PlexRequests.UI/Views/Search/Index.cshtml b/PlexRequests.UI/Views/Search/Index.cshtml index f167e946f..f49dddf6a 100644 --- a/PlexRequests.UI/Views/Search/Index.cshtml +++ b/PlexRequests.UI/Views/Search/Index.cshtml @@ -168,14 +168,14 @@ {{/if_eq}} {{#if_eq type "tv"}} {{#if available}} - Available + Available on Plex {{else}} {{#if approved}} Processing request {{else if requested}} Pending approval {{else}} - Not Available + Not Requested yet {{/if}} {{/if}}