From d69f342b0f324dce3786d761bf879c85356a7301 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Sun, 4 Mar 2018 21:43:30 +0000 Subject: [PATCH] Added Pending Approval into the filters list --- .../ClientApp/app/requests/movierequests.component.html | 7 +++++++ src/Ombi/wwwroot/translations/en.json | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/Ombi/ClientApp/app/requests/movierequests.component.html b/src/Ombi/ClientApp/app/requests/movierequests.component.html index 82c87df5a..390575908 100644 --- a/src/Ombi/ClientApp/app/requests/movierequests.component.html +++ b/src/Ombi/ClientApp/app/requests/movierequests.component.html @@ -199,6 +199,13 @@ +
+
+ + +
+
+ diff --git a/src/Ombi/wwwroot/translations/en.json b/src/Ombi/wwwroot/translations/en.json index c6660b9c0..a64c1eaff 100644 --- a/src/Ombi/wwwroot/translations/en.json +++ b/src/Ombi/wwwroot/translations/en.json @@ -158,6 +158,7 @@ "ClearFilter":"Clear Filter", "FilterHeaderAvailability":"Availability", "FilterHeaderRequestStatus":"Status", - "Approved":"Approved" + "Approved":"Approved", + "PendingApproval": "Pending Approval" } }